#5889DB

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

Shades of Cornflower Blue #5889DB

Tints of Cornflower Blue #5889DB

Color information

#5889DB (or 0x5889DB) is unknown color: approx Cornflower Blue. HEX triplet: 58, 89 and DB. RGB value is (88,137,219). Sum of RGB (Red+Green+Blue) = 88+137+219=444 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.82% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #5889DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5889DB is #A77624. Grayscale: #838383. Windows color (decimal): -10974757 or 14387544. OLE color: 14387544.

HSL color Cylindrical-coordinate representation of color #5889DB: hue angle of 217.56º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5889DB is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB88137219-
CMYK0.600.3700.14
HSL217.56º64.53%60.2%-
HSV(B)217.56º59.82%85.88%-
XYZ25.7625.0870.5-
YUV131.7177.2796.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.82%
GREEN value IS 137 (53.91% from 255) = 30.86%
BLUE value IS 219 (85.94% from 255) = 49.32%
R=19.82%
G=30.86%
B=49.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal881372190.600.3700.14217.5664.5360.2
Hex5889DB3C250Eda413c
Octal130211333744501633210174
Binary1011000100010011101101111110010010101110110110101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5889DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5889DB; }

 p { color: rgb(88,137,219); }

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

<style>
 a { background-color: #5889DB; }

 a { background-color: rgb(88,137,219); }

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

<style>
 span { border-color: #5889DB; }

 span { border-color: rgb(88,137,219); }

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