#539ED6

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

Shades of Picton Blue #539ED6

Tints of Picton Blue #539ED6

Color information

#539ED6 (or 0x539ED6) is unknown color: approx Picton Blue. HEX triplet: 53, 9E and D6. RGB value is (83,158,214). Sum of RGB (Red+Green+Blue) = 83+158+214=455 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.24% from 455); Green value is 158 (62.11% from 255 or 34.73% from 455); Blue value is 214 (83.98% from 255 or 47.03% from 455); Max value from RGB is 214 - color contains mainly: blue. Hex color #539ED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539ED6 is #AC6129. Grayscale: #8D8D8D. Windows color (decimal): -11297066 or 14065235. OLE color: 14065235.

HSL color Cylindrical-coordinate representation of color #539ED6: hue angle of 205.65º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #539ED6 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB83158214-
CMYK0.610.2600.16
HSL205.65º61.5%58.24%-
HSV(B)205.65º61.21%83.92%-
XYZ27.9331.1568.16-
YUV141.96168.6585.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.24%
GREEN value IS 158 (62.11% from 255) = 34.73%
BLUE value IS 214 (83.98% from 255) = 47.03%
R=18.24%
G=34.73%
B=47.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal831582140.610.2600.16205.6561.558.24
Hex539ED63D1A010ce3e3a
Octal12323632675320203167672
Binary101001110011110110101101111011101001000011001110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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