#5996DA

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

Shades of Picton Blue #5996DA

Tints of Picton Blue #5996DA

Color information

#5996DA (or 0x5996DA) is unknown color: approx Picton Blue. HEX triplet: 59, 96 and DA. RGB value is (89,150,218). Sum of RGB (Red+Green+Blue) = 89+150+218=457 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.47% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #5996DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5996DA is #A66925. Grayscale: #8B8B8B. Windows color (decimal): -10905894 or 14325337. OLE color: 14325337.

HSL color Cylindrical-coordinate representation of color #5996DA: hue angle of 211.63º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5996DA is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB89150218-
CMYK0.590.3100.15
HSL211.63º63.55%60.2%-
HSV(B)211.63º59.17%85.49%-
XYZ27.682970.47-
YUV139.51172.2991.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.47%
GREEN value IS 150 (58.98% from 255) = 32.82%
BLUE value IS 218 (85.55% from 255) = 47.70%
R=19.47%
G=32.82%
B=47.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal891502180.590.3100.15211.6363.5560.2
Hex5996DA3B1F0Fd4403c
Octal131226332733701732410074
Binary101100110010110110110101110111111101111110101001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5996DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5996DA; }

 p { color: rgb(89,150,218); }

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

<style>
 a { background-color: #5996DA; }

 a { background-color: rgb(89,150,218); }

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

<style>
 span { border-color: #5996DA; }

 span { border-color: rgb(89,150,218); }

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