Shades of Cornflower Blue #5592FE
Tints of Cornflower Blue #5592FE
RGB
CMYK
RGB Variations
Color information
#5592FE (or 0x5592FE) is known color: Cornflower Blue. HEX triplet: 55, 92 and FE. RGB value is (85,146,254). Sum of RGB (Red+Green+Blue) = 85+146+254=485 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.53% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #5592FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5592FE is #AA6D01. Grayscale: #8B8B8B. Windows color (decimal): -11169026 or 16683605. OLE color: 16683605.
HSL color Cylindrical-coordinate representation of color #5592FE: hue angle of 218.34º 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 #5592FE is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 146 | 254 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.00 |
| HSL | 218.34º | 0.99% | 0.66% | - |
| HSV(B) | 218.34º | 0.67% | 1% | - |
| XYZ | 31.91 | 29.64 | 97.81 | - |
| YUV | 140.07 | 192.29 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 146 | 254 | 0.67 | 0.43 | 0 | 0.00 | 218.34 | 0.99 | 0.66 |
| Hex | 55 | 92 | FE | 43 | 2B | 0 | 0 | DA | 63 | 42 |
| Octal | 125 | 222 | 376 | 103 | 53 | 0 | 0 | 332 | 143 | 102 |
| Binary | 1010101 | 10010010 | 11111110 | 1000011 | 101011 | 0 | 0 | 11011010 | 1100011 | 1000010 |
Color Harmonies of #5592FE
Complementary color
Monochromatic Colors of #5592FE
Black with #5592FE
Text Example
Text Example
White with #5592FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5592FE; }
p { color: rgb(85,146,254); }
H1.HeaderClassName
{
color: #5592FE;
}
.AnyTagClassName
{
color: #5592FE;
}
</style>
background-color css
<style>
a { background-color: #5592FE; }
a { background-color: rgb(85,146,254); }
div.DivClassName
{
background-color: #5592FE;
}
.BgClassName
{
background-color: #5592FE;
}
</style>
border-color css
<style>
span { border-color: #5592FE; }
span { border-color: rgb(85,146,254); }
td.TdClassName
{
border-color: #5592FE;
}
.TagClassName
{
border-color: #5592FE;
}
</style>