#5985E9

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

Shades of Cornflower Blue #5985E9

Tints of Cornflower Blue #5985E9

Color information

#5985E9 (or 0x5985E9) is unknown color: approx Cornflower Blue. HEX triplet: 59, 85 and E9. RGB value is (89,133,233). Sum of RGB (Red+Green+Blue) = 89+133+233=455 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.56% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 233 (91.41% from 255 or 51.21% from 455); Max value from RGB is 233 - color contains mainly: blue. Hex color #5985E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5985E9 is #A67A16. Grayscale: #828282. Windows color (decimal): -10910231 or 15304025. OLE color: 15304025.

HSL color Cylindrical-coordinate representation of color #5985E9: hue angle of 221.67º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5985E9 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB89133233-
CMYK0.620.4300.09
HSL221.67º76.6%63.14%-
HSV(B)221.67º61.8%91.37%-
XYZ27.2224.7880.44-
YUV131.24185.4297.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.56%
GREEN value IS 133 (52.34% from 255) = 29.23%
BLUE value IS 233 (91.41% from 255) = 51.21%
R=19.56%
G=29.23%
B=51.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal891332330.620.4300.09221.6776.663.14
Hex5985E93E2B09de4d3f
Octal131205351765301133611577
Binary1011001100001011110100111111010101101001110111101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5985E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5985E9; }

 p { color: rgb(89,133,233); }

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

<style>
 a { background-color: #5985E9; }

 a { background-color: rgb(89,133,233); }

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

<style>
 span { border-color: #5985E9; }

 span { border-color: rgb(89,133,233); }

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