Shades of Cornflower Blue #5591EF
Tints of Cornflower Blue #5591EF
RGB
CMYK
RGB Variations
Color information
#5591EF (or 0x5591EF) is known color: Cornflower Blue. HEX triplet: 55, 91 and EF. RGB value is (85,145,239). Sum of RGB (Red+Green+Blue) = 85+145+239=469 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.12% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #5591EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5591EF is #AA6E10. Grayscale: #898989. Windows color (decimal): -11169297 or 15700309. OLE color: 15700309.
HSL color Cylindrical-coordinate representation of color #5591EF: hue angle of 216.62º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5591EF is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 145 | 239 | - |
| CMYK | 0.64 | 0.39 | 0 | 0.06 |
| HSL | 216.62º | 0.83% | 0.64% | - |
| HSV(B) | 216.62º | 0.64% | 0.94% | - |
| XYZ | 29.45 | 28.41 | 85.59 | - |
| YUV | 137.78 | 185.12 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 145 | 239 | 0.64 | 0.39 | 0 | 0.06 | 216.62 | 0.83 | 0.64 |
| Hex | 55 | 91 | EF | 40 | 27 | 0 | 6 | D9 | 53 | 40 |
| Octal | 125 | 221 | 357 | 100 | 47 | 0 | 6 | 331 | 123 | 100 |
| Binary | 1010101 | 10010001 | 11101111 | 1000000 | 100111 | 0 | 110 | 11011001 | 1010011 | 1000000 |
Color Harmonies of #5591EF
Complementary color
Monochromatic Colors of #5591EF
Black with #5591EF
Text Example
Text Example
White with #5591EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5591EF; }
p { color: rgb(85,145,239); }
H1.HeaderClassName
{
color: #5591EF;
}
.AnyTagClassName
{
color: #5591EF;
}
</style>
background-color css
<style>
a { background-color: #5591EF; }
a { background-color: rgb(85,145,239); }
div.DivClassName
{
background-color: #5591EF;
}
.BgClassName
{
background-color: #5591EF;
}
</style>
border-color css
<style>
span { border-color: #5591EF; }
span { border-color: rgb(85,145,239); }
td.TdClassName
{
border-color: #5591EF;
}
.TagClassName
{
border-color: #5591EF;
}
</style>