#5988E7

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

Shades of Cornflower Blue #5988E7

Tints of Cornflower Blue #5988E7

Color information

#5988E7 (or 0x5988E7) is unknown color: approx Cornflower Blue. HEX triplet: 59, 88 and E7. RGB value is (89,136,231). Sum of RGB (Red+Green+Blue) = 89+136+231=456 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.52% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 231 (90.62% from 255 or 50.66% from 456); Max value from RGB is 231 - color contains mainly: blue. Hex color #5988E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5988E7 is #A67718. Grayscale: #848484. Windows color (decimal): -10909465 or 15173721. OLE color: 15173721.

HSL color Cylindrical-coordinate representation of color #5988E7: hue angle of 220.14º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5988E7 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB89136231-
CMYK0.610.4100.09
HSL220.14º74.74%62.75%-
HSV(B)220.14º61.47%90.59%-
XYZ27.3525.579.08-
YUV132.78183.4396.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.52%
GREEN value IS 136 (53.52% from 255) = 29.82%
BLUE value IS 231 (90.62% from 255) = 50.66%
R=19.52%
G=29.82%
B=50.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal891362310.610.4100.09220.1474.7462.75
Hex5988E73D2909dc4b3f
Octal131210347755101133411377
Binary1011001100010001110011111110110100101001110111001001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5988E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5988E7; }

 p { color: rgb(89,136,231); }

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

<style>
 a { background-color: #5988E7; }

 a { background-color: rgb(89,136,231); }

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

<style>
 span { border-color: #5988E7; }

 span { border-color: rgb(89,136,231); }

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