Shades of Cornflower Blue #5582DE
Tints of Cornflower Blue #5582DE
RGB
CMYK
RGB Variations
Color information
#5582DE (or 0x5582DE) is known color: Cornflower Blue. HEX triplet: 55, 82 and DE. RGB value is (85,130,222). Sum of RGB (Red+Green+Blue) = 85+130+222=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #5582DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5582DE is #AA7D21. Grayscale: #7E7E7E. Windows color (decimal): -11173154 or 14582357. OLE color: 14582357.
HSL color Cylindrical-coordinate representation of color #5582DE: hue angle of 220.29º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5582DE is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 130 | 222 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.13 |
| HSL | 220.29º | 0.67% | 0.6% | - |
| HSV(B) | 220.29º | 0.62% | 0.87% | - |
| XYZ | 24.91 | 23.17 | 72.27 | - |
| YUV | 127.03 | 181.59 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 130 | 222 | 0.62 | 0.41 | 0 | 0.13 | 220.29 | 0.67 | 0.6 |
| Hex | 55 | 82 | DE | 3E | 29 | 0 | D | DC | 43 | 3C |
| Octal | 125 | 202 | 336 | 76 | 51 | 0 | 15 | 334 | 103 | 74 |
| Binary | 1010101 | 10000010 | 11011110 | 111110 | 101001 | 0 | 1101 | 11011100 | 1000011 | 111100 |
Color Harmonies of #5582DE
Complementary color
Monochromatic Colors of #5582DE
Black with #5582DE
Text Example
Text Example
White with #5582DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5582DE; }
p { color: rgb(85,130,222); }
H1.HeaderClassName
{
color: #5582DE;
}
.AnyTagClassName
{
color: #5582DE;
}
</style>
background-color css
<style>
a { background-color: #5582DE; }
a { background-color: rgb(85,130,222); }
div.DivClassName
{
background-color: #5582DE;
}
.BgClassName
{
background-color: #5582DE;
}
</style>
border-color css
<style>
span { border-color: #5582DE; }
span { border-color: rgb(85,130,222); }
td.TdClassName
{
border-color: #5582DE;
}
.TagClassName
{
border-color: #5582DE;
}
</style>