#539CDB

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

Shades of Picton Blue #539CDB

Tints of Picton Blue #539CDB

Color information

#539CDB (or 0x539CDB) is unknown color: approx Picton Blue. HEX triplet: 53, 9C and DB. RGB value is (83,156,219). Sum of RGB (Red+Green+Blue) = 83+156+219=458 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.12% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #539CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539CDB is #AC6324. Grayscale: #8D8D8D. Windows color (decimal): -11297573 or 14392403. OLE color: 14392403.

HSL color Cylindrical-coordinate representation of color #539CDB: hue angle of 207.79º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #539CDB is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB83156219-
CMYK0.620.2900.14
HSL207.79º65.38%59.22%-
HSV(B)207.79º62.1%85.88%-
XYZ28.2430.7371.46-
YUV141.35171.8286.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.12%
GREEN value IS 156 (61.33% from 255) = 34.06%
BLUE value IS 219 (85.94% from 255) = 47.82%
R=18.12%
G=34.06%
B=47.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal831562190.620.2900.14207.7965.3859.22
Hex539CDB3E1D0Ed0413b
Octal123234333763501632010173
Binary101001110011100110110111111101110101110110100001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,156,219); }

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

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

 a { background-color: rgb(83,156,219); }

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

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

 span { border-color: rgb(83,156,219); }

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