Shades of Cornflower Blue #5581EB
Tints of Cornflower Blue #5581EB
RGB
CMYK
RGB Variations
Color information
#5581EB (or 0x5581EB) is known color: Cornflower Blue. HEX triplet: 55, 81 and EB. RGB value is (85,129,235). Sum of RGB (Red+Green+Blue) = 85+129+235=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #5581EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5581EB is #AA7E14. Grayscale: #7F7F7F. Windows color (decimal): -11173397 or 15434069. OLE color: 15434069.
HSL color Cylindrical-coordinate representation of color #5581EB: hue angle of 222.4º 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 #5581EB is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 129 | 235 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.08 |
| HSL | 222.4º | 0.79% | 0.63% | - |
| HSV(B) | 222.4º | 0.64% | 0.92% | - |
| XYZ | 26.59 | 23.63 | 81.76 | - |
| YUV | 127.93 | 188.42 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 235 | 0.64 | 0.45 | 0 | 0.08 | 222.4 | 0.79 | 0.63 |
| Hex | 55 | 81 | EB | 40 | 2D | 0 | 8 | DE | 4F | 3F |
| Octal | 125 | 201 | 353 | 100 | 55 | 0 | 10 | 336 | 117 | 77 |
| Binary | 1010101 | 10000001 | 11101011 | 1000000 | 101101 | 0 | 1000 | 11011110 | 1001111 | 111111 |
Color Harmonies of #5581EB
Complementary color
Monochromatic Colors of #5581EB
Black with #5581EB
Text Example
Text Example
White with #5581EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5581EB; }
p { color: rgb(85,129,235); }
H1.HeaderClassName
{
color: #5581EB;
}
.AnyTagClassName
{
color: #5581EB;
}
</style>
background-color css
<style>
a { background-color: #5581EB; }
a { background-color: rgb(85,129,235); }
div.DivClassName
{
background-color: #5581EB;
}
.BgClassName
{
background-color: #5581EB;
}
</style>
border-color css
<style>
span { border-color: #5581EB; }
span { border-color: rgb(85,129,235); }
td.TdClassName
{
border-color: #5581EB;
}
.TagClassName
{
border-color: #5581EB;
}
</style>