#5896EA

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

Shades of Cornflower Blue #5896EA

Tints of Cornflower Blue #5896EA

Color information

#5896EA (or 0x5896EA) is unknown color: approx Cornflower Blue. HEX triplet: 58, 96 and EA. RGB value is (88,150,234). Sum of RGB (Red+Green+Blue) = 88+150+234=472 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.64% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #5896EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5896EA is #A76915. Grayscale: #8C8C8C. Windows color (decimal): -10971414 or 15373912. OLE color: 15373912.

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

Color convert

RGB88150234-
CMYK0.620.3600.08
HSL214.52º77.66%63.14%-
HSV(B)214.52º62.39%91.76%-
XYZ29.7829.8382.03-
YUV141.04180.4690.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.64%
GREEN value IS 150 (58.98% from 255) = 31.78%
BLUE value IS 234 (91.80% from 255) = 49.58%
R=18.64%
G=31.78%
B=49.58%

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
Decimal881502340.620.3600.08214.5277.6663.14
Hex5896EA3E2408d74e3f
Octal130226352764401032711677
Binary1011000100101101110101011111010010001000110101111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5896EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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