Shades of Cornflower Blue #5591FF
Tints of Cornflower Blue #5591FF
RGB
CMYK
RGB Variations
Color information
#5591FF (or 0x5591FF) is known color: Cornflower Blue. HEX triplet: 55, 91 and FF. RGB value is (85,145,255). Sum of RGB (Red+Green+Blue) = 85+145+255=485 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.53% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #5591FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5591FF is #AA6E00. Grayscale: #8B8B8B. Windows color (decimal): -11169281 or 16748885. OLE color: 16748885.
HSL color Cylindrical-coordinate representation of color #5591FF: hue angle of 218.82º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5591FF is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 145 | 255 | - |
| CMYK | 0.67 | 0.43 | 0 | 0 |
| HSL | 218.82º | 1% | 0.67% | - |
| HSV(B) | 218.82º | 0.67% | 1% | - |
| XYZ | 31.92 | 29.4 | 98.6 | - |
| YUV | 139.6 | 193.12 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 145 | 255 | 0.67 | 0.43 | 0 | 0 | 218.82 | 1 | 0.67 |
| Hex | 55 | 91 | FF | 43 | 2B | 0 | 0 | DB | 64 | 43 |
| Octal | 125 | 221 | 377 | 103 | 53 | 0 | 0 | 333 | 144 | 103 |
| Binary | 1010101 | 10010001 | 11111111 | 1000011 | 101011 | 0 | 0 | 11011011 | 1100100 | 1000011 |
Color Harmonies of #5591FF
Complementary color
Monochromatic Colors of #5591FF
Black with #5591FF
Text Example
Text Example
White with #5591FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5591FF; }
p { color: rgb(85,145,255); }
H1.HeaderClassName
{
color: #5591FF;
}
.AnyTagClassName
{
color: #5591FF;
}
</style>
background-color css
<style>
a { background-color: #5591FF; }
a { background-color: rgb(85,145,255); }
div.DivClassName
{
background-color: #5591FF;
}
.BgClassName
{
background-color: #5591FF;
}
</style>
border-color css
<style>
span { border-color: #5591FF; }
span { border-color: rgb(85,145,255); }
td.TdClassName
{
border-color: #5591FF;
}
.TagClassName
{
border-color: #5591FF;
}
</style>