#5989E4

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

Shades of Cornflower Blue #5989E4

Tints of Cornflower Blue #5989E4

Color information

#5989E4 (or 0x5989E4) is unknown color: approx Cornflower Blue. HEX triplet: 59, 89 and E4. RGB value is (89,137,228). Sum of RGB (Red+Green+Blue) = 89+137+228=454 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.60% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 228 (89.45% from 255 or 50.22% from 454); Max value from RGB is 228 - color contains mainly: blue. Hex color #5989E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5989E4 is #A6761B. Grayscale: #848484. Windows color (decimal): -10909212 or 14977369. OLE color: 14977369.

HSL color Cylindrical-coordinate representation of color #5989E4: hue angle of 219.28º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5989E4 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB89137228-
CMYK0.610.4000.11
HSL219.28º72.02%62.16%-
HSV(B)219.28º60.96%89.41%-
XYZ27.0725.6276.92-
YUV133.02181.696.6-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.60%
GREEN value IS 137 (53.91% from 255) = 30.18%
BLUE value IS 228 (89.45% from 255) = 50.22%
R=19.60%
G=30.18%
B=50.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal891372280.610.4000.11219.2872.0262.16
Hex5989E43D280Bdb483e
Octal131211344755001333311076
Binary1011001100010011110010011110110100001011110110111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5989E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5989E4; }

 p { color: rgb(89,137,228); }

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

<style>
 a { background-color: #5989E4; }

 a { background-color: rgb(89,137,228); }

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

<style>
 span { border-color: #5989E4; }

 span { border-color: rgb(89,137,228); }

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