#5986EA

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

Shades of Cornflower Blue #5986EA

Tints of Cornflower Blue #5986EA

Color information

#5986EA (or 0x5986EA) is unknown color: approx Cornflower Blue. HEX triplet: 59, 86 and EA. RGB value is (89,134,234). Sum of RGB (Red+Green+Blue) = 89+134+234=457 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.47% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #5986EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5986EA is #A67915. Grayscale: #838383. Windows color (decimal): -10909974 or 15369817. OLE color: 15369817.

HSL color Cylindrical-coordinate representation of color #5986EA: hue angle of 221.38º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5986EA is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB89134234-
CMYK0.620.4300.08
HSL221.38º77.54%63.33%-
HSV(B)221.38º61.97%91.76%-
XYZ27.525.1181.24-
YUV131.94185.5997.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.47%
GREEN value IS 134 (52.73% from 255) = 29.32%
BLUE value IS 234 (91.80% from 255) = 51.20%
R=19.47%
G=29.32%
B=51.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal891342340.620.4300.08221.3877.5463.33
Hex5986EA3E2B08dd4e3f
Octal131206352765301033511677
Binary1011001100001101110101011111010101101000110111011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5986EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5986EA; }

 p { color: rgb(89,134,234); }

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

<style>
 a { background-color: #5986EA; }

 a { background-color: rgb(89,134,234); }

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

<style>
 span { border-color: #5986EA; }

 span { border-color: rgb(89,134,234); }

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