Shades of Cornflower Blue #5582EB
Tints of Cornflower Blue #5582EB
RGB
CMYK
RGB Variations
Color information
#5582EB (or 0x5582EB) is known color: Cornflower Blue. HEX triplet: 55, 82 and EB. RGB value is (85,130,235). Sum of RGB (Red+Green+Blue) = 85+130+235=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #5582EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5582EB is #AA7D14. Grayscale: #808080. Windows color (decimal): -11173141 or 15434325. OLE color: 15434325.
HSL color Cylindrical-coordinate representation of color #5582EB: hue angle of 222º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5582EB is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 130 | 235 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.08 |
| HSL | 222º | 0.79% | 0.63% | - |
| HSV(B) | 222º | 0.64% | 0.92% | - |
| XYZ | 26.72 | 23.89 | 81.8 | - |
| YUV | 128.52 | 188.09 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 130 | 235 | 0.64 | 0.45 | 0 | 0.08 | 222 | 0.79 | 0.63 |
| Hex | 55 | 82 | EB | 40 | 2D | 0 | 8 | DE | 4F | 3F |
| Octal | 125 | 202 | 353 | 100 | 55 | 0 | 10 | 336 | 117 | 77 |
| Binary | 1010101 | 10000010 | 11101011 | 1000000 | 101101 | 0 | 1000 | 11011110 | 1001111 | 111111 |
Color Harmonies of #5582EB
Complementary color
Monochromatic Colors of #5582EB
Black with #5582EB
Text Example
Text Example
White with #5582EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5582EB; }
p { color: rgb(85,130,235); }
H1.HeaderClassName
{
color: #5582EB;
}
.AnyTagClassName
{
color: #5582EB;
}
</style>
background-color css
<style>
a { background-color: #5582EB; }
a { background-color: rgb(85,130,235); }
div.DivClassName
{
background-color: #5582EB;
}
.BgClassName
{
background-color: #5582EB;
}
</style>
border-color css
<style>
span { border-color: #5582EB; }
span { border-color: rgb(85,130,235); }
td.TdClassName
{
border-color: #5582EB;
}
.TagClassName
{
border-color: #5582EB;
}
</style>