#5982DE

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

Shades of Cornflower Blue #5982DE

Tints of Cornflower Blue #5982DE

Color information

#5982DE (or 0x5982DE) is unknown color: approx Cornflower Blue. HEX triplet: 59, 82 and DE. RGB value is (89,130,222). Sum of RGB (Red+Green+Blue) = 89+130+222=441 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.18% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #5982DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5982DE is #A67D21. Grayscale: #7F7F7F. Windows color (decimal): -10911010 or 14582361. OLE color: 14582361.

HSL color Cylindrical-coordinate representation of color #5982DE: hue angle of 221.5º 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 #5982DE is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB89130222-
CMYK0.600.4100.13
HSL221.5º66.83%60.98%-
HSV(B)221.5º59.91%87.06%-
XYZ25.2923.3672.28-
YUV128.23180.92100.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.18%
GREEN value IS 130 (51.17% from 255) = 29.48%
BLUE value IS 222 (87.11% from 255) = 50.34%
R=20.18%
G=29.48%
B=50.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal891302220.600.4100.13221.566.8360.98
Hex5982DE3C290Dde433d
Octal131202336745101533610375
Binary1011001100000101101111011110010100101101110111101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5982DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5982DE; }

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

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

<style>
 a { background-color: #5982DE; }

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

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

<style>
 span { border-color: #5982DE; }

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

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