#5985de

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

Shades of Cornflower Blue #5985DE

Tints of Cornflower Blue #5985DE

Color information

#5985DE (or 0x5985DE) is unknown color: approx Cornflower Blue. HEX triplet: 59, 85 and DE. RGB value is (89,133,222). Sum of RGB (Red+Green+Blue) = 89+133+222=444 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.05% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #5985DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5985DE is #A67A21. Grayscale: #818181. Windows color (decimal): -10910242 or 14583129. OLE color: 14583129.

HSL color Cylindrical-coordinate representation of color #5985DE: hue angle of 220.15º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5985DE is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB89133222-
CMYK0.600.4000.13
HSL220.15º66.83%60.98%-
HSV(B)220.15º59.91%87.06%-
XYZ25.6924.1772.42-
YUV129.99179.9298.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.05%
GREEN value IS 133 (52.34% from 255) = 29.95%
BLUE value IS 222 (87.11% from 255) = 50%
R=20.05%
G=29.95%
B=50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal891332220.600.4000.13220.1566.8360.98
Hex5985DE3C280Ddc433d
Octal131205336745001533410375
Binary1011001100001011101111011110010100001101110111001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5985de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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