#5997EA

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

Shades of Cornflower Blue #5997EA

Tints of Cornflower Blue #5997EA

Color information

#5997EA (or 0x5997EA) is unknown color: approx Cornflower Blue. HEX triplet: 59, 97 and EA. RGB value is (89,151,234). Sum of RGB (Red+Green+Blue) = 89+151+234=474 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.78% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #5997EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5997EA is #A66815. Grayscale: #8D8D8D. Windows color (decimal): -10905622 or 15374169. OLE color: 15374169.

HSL color Cylindrical-coordinate representation of color #5997EA: hue angle of 214.34º 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 #5997EA is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB89151234-
CMYK0.620.3500.08
HSL214.34º77.54%63.33%-
HSV(B)214.34º61.97%91.76%-
XYZ30.0430.282.09-
YUV141.92179.9690.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.78%
GREEN value IS 151 (59.38% from 255) = 31.86%
BLUE value IS 234 (91.80% from 255) = 49.37%
R=18.78%
G=31.86%
B=49.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal891512340.620.3500.08214.3477.5463.33
Hex5997EA3E2308d64e3f
Octal131227352764301032611677
Binary1011001100101111110101011111010001101000110101101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5997EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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