#5996DE

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

Shades of Cornflower Blue #5996DE

Tints of Cornflower Blue #5996DE

Color information

#5996DE (or 0x5996DE) is unknown color: approx Cornflower Blue. HEX triplet: 59, 96 and DE. RGB value is (89,150,222). Sum of RGB (Red+Green+Blue) = 89+150+222=461 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.31% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #5996DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5996DE is #A66921. Grayscale: #8B8B8B. Windows color (decimal): -10905890 or 14587481. OLE color: 14587481.

HSL color Cylindrical-coordinate representation of color #5996DE: hue angle of 212.48º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5996DE is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB89150222-
CMYK0.600.3200.13
HSL212.48º66.83%60.98%-
HSV(B)212.48º59.91%87.06%-
XYZ28.2129.2173.26-
YUV139.97174.2991.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.31%
GREEN value IS 150 (58.98% from 255) = 32.54%
BLUE value IS 222 (87.11% from 255) = 48.16%
R=19.31%
G=32.54%
B=48.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal891502220.600.3200.13212.4866.8360.98
Hex5996DE3C200Dd4433d
Octal131226336744001532410375
Binary1011001100101101101111011110010000001101110101001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5996DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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