Shades of Cornflower Blue #5591FE
Tints of Cornflower Blue #5591FE
RGB
CMYK
RGB Variations
Color information
#5591FE (or 0x5591FE) is known color: Cornflower Blue. HEX triplet: 55, 91 and FE. RGB value is (85,145,254). Sum of RGB (Red+Green+Blue) = 85+145+254=484 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.56% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #5591FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5591FE is #AA6E01. Grayscale: #8A8A8A. Windows color (decimal): -11169282 or 16683349. OLE color: 16683349.
HSL color Cylindrical-coordinate representation of color #5591FE: hue angle of 218.7º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5591FE is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 145 | 254 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.00 |
| HSL | 218.7º | 0.99% | 0.66% | - |
| HSV(B) | 218.7º | 0.67% | 1% | - |
| XYZ | 31.76 | 29.34 | 97.75 | - |
| YUV | 139.49 | 192.62 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 145 | 254 | 0.67 | 0.43 | 0 | 0.00 | 218.7 | 0.99 | 0.66 |
| Hex | 55 | 91 | FE | 43 | 2B | 0 | 0 | DB | 63 | 42 |
| Octal | 125 | 221 | 376 | 103 | 53 | 0 | 0 | 333 | 143 | 102 |
| Binary | 1010101 | 10010001 | 11111110 | 1000011 | 101011 | 0 | 0 | 11011011 | 1100011 | 1000010 |
Color Harmonies of #5591FE
Complementary color
Monochromatic Colors of #5591FE
Black with #5591FE
Text Example
Text Example
White with #5591FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5591FE; }
p { color: rgb(85,145,254); }
H1.HeaderClassName
{
color: #5591FE;
}
.AnyTagClassName
{
color: #5591FE;
}
</style>
background-color css
<style>
a { background-color: #5591FE; }
a { background-color: rgb(85,145,254); }
div.DivClassName
{
background-color: #5591FE;
}
.BgClassName
{
background-color: #5591FE;
}
</style>
border-color css
<style>
span { border-color: #5591FE; }
span { border-color: rgb(85,145,254); }
td.TdClassName
{
border-color: #5591FE;
}
.TagClassName
{
border-color: #5591FE;
}
</style>