#5896E0

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

Shades of Cornflower Blue #5896E0

Tints of Cornflower Blue #5896E0

Color information

#5896E0 (or 0x5896E0) is unknown color: approx Cornflower Blue. HEX triplet: 58, 96 and E0. RGB value is (88,150,224). Sum of RGB (Red+Green+Blue) = 88+150+224=462 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.05% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #5896E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5896E0 is #A7691F. Grayscale: #8B8B8B. Windows color (decimal): -10971424 or 14718552. OLE color: 14718552.

HSL color Cylindrical-coordinate representation of color #5896E0: hue angle of 212.65º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5896E0 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB88150224-
CMYK0.610.3300.12
HSL212.65º68.69%61.18%-
HSV(B)212.65º60.71%87.84%-
XYZ28.3929.2774.67-
YUV139.9175.4690.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.05%
GREEN value IS 150 (58.98% from 255) = 32.47%
BLUE value IS 224 (87.89% from 255) = 48.48%
R=19.05%
G=32.47%
B=48.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal881502240.610.3300.12212.6568.6961.18
Hex5896E03D210Cd5453d
Octal130226340754101432510575
Binary1011000100101101110000011110110000101100110101011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5896E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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