#539DC6

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

Shades of Picton Blue #539DC6

Tints of Picton Blue #539DC6

Color information

#539DC6 (or 0x539DC6) is unknown color: approx Picton Blue. HEX triplet: 53, 9D and C6. RGB value is (83,157,198). Sum of RGB (Red+Green+Blue) = 83+157+198=438 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.95% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 198 (77.73% from 255 or 45.21% from 438); Max value from RGB is 198 - color contains mainly: blue. Hex color #539DC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539DC6 is #AC6239. Grayscale: #8B8B8B. Windows color (decimal): -11297338 or 13016403. OLE color: 13016403.

HSL color Cylindrical-coordinate representation of color #539DC6: hue angle of 201.39º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #539DC6 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB83157198-
CMYK0.580.2100.22
HSL201.39º50.22%55.1%-
HSV(B)201.39º58.08%77.65%-
XYZ25.8230.0357.86-
YUV139.55160.9887.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.95%
GREEN value IS 157 (61.72% from 255) = 35.84%
BLUE value IS 198 (77.73% from 255) = 45.21%
R=18.95%
G=35.84%
B=45.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal831571980.580.2100.22201.3950.2255.1
Hex539DC63A15016c93237
Octal12323530672250263116267
Binary101001110011101110001101110101010101011011001001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,157,198); }

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

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

 a { background-color: rgb(83,157,198); }

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

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

 span { border-color: rgb(83,157,198); }

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