#5996EA

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

Shades of Cornflower Blue #5996EA

Tints of Cornflower Blue #5996EA

Color information

#5996EA (or 0x5996EA) is unknown color: approx Cornflower Blue. HEX triplet: 59, 96 and EA. RGB value is (89,150,234). Sum of RGB (Red+Green+Blue) = 89+150+234=473 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.82% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #5996EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5996EA is #A66915. Grayscale: #8C8C8C. Windows color (decimal): -10905878 or 15373913. OLE color: 15373913.

HSL color Cylindrical-coordinate representation of color #5996EA: hue angle of 214.76º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5996EA is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB89150234-
CMYK0.620.3600.08
HSL214.76º77.54%63.33%-
HSV(B)214.76º61.97%91.76%-
XYZ29.8829.8882.03-
YUV141.34180.2990.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.82%
GREEN value IS 150 (58.98% from 255) = 31.71%
BLUE value IS 234 (91.80% from 255) = 49.47%
R=18.82%
G=31.71%
B=49.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal891502340.620.3600.08214.7677.5463.33
Hex5996EA3E2408d74e3f
Octal131226352764401032711677
Binary1011001100101101110101011111010010001000110101111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5996EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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