#539EE1

Color #539EE1 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #539EE1

Tints of Picton Blue #539EE1

Color information

#539EE1 (or 0x539EE1) is unknown color: approx Picton Blue. HEX triplet: 53, 9E and E1. RGB value is (83,158,225). Sum of RGB (Red+Green+Blue) = 83+158+225=466 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.81% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 225 (88.28% from 255 or 48.28% from 466); Max value from RGB is 225 - color contains mainly: blue. Hex color #539EE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539EE1 is #AC611E. Grayscale: #8E8E8E. Windows color (decimal): -11297055 or 14786131. OLE color: 14786131.

HSL color Cylindrical-coordinate representation of color #539EE1: hue angle of 208.31º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #539EE1 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB83158225-
CMYK0.630.3000.12
HSL208.31º70.3%60.39%-
HSV(B)208.31º63.11%88.24%-
XYZ29.3831.7375.81-
YUV143.21174.1585.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 17.81%
GREEN value IS 158 (62.11% from 255) = 33.91%
BLUE value IS 225 (88.28% from 255) = 48.28%
R=17.81%
G=33.91%
B=48.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal831582250.630.3000.12208.3170.360.39
Hex539EE13F1E0Cd0463c
Octal123236341773601432010674
Binary101001110011110111000011111111111001100110100001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539EE1; }

 p { color: rgb(83,158,225); }

 H1.HeaderClassName
 {
   color: #539EE1;
 }
 .AnyTagClassName
 {
   color: #539EE1;
 }
</style>
background-color css

<style>
 a { background-color: #539EE1; }

 a { background-color: rgb(83,158,225); }

 div.DivClassName
 {
   background-color: #539EE1;
 }
 .BgClassName
 {
   background-color: #539EE1;
 }
</style>
border-color css

<style>
 span { border-color: #539EE1; }

 span { border-color: rgb(83,158,225); }

 td.TdClassName
 {
   border-color: #539EE1;
 }
 .TagClassName
 {
   border-color: #539EE1;
 }
</style>