Shades of Cornflower Blue #5592FC
Tints of Cornflower Blue #5592FC
RGB
CMYK
RGB Variations
Color information
#5592FC (or 0x5592FC) is known color: Cornflower Blue. HEX triplet: 55, 92 and FC. RGB value is (85,146,252). Sum of RGB (Red+Green+Blue) = 85+146+252=483 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.60% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #5592FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5592FC is #AA6D03. Grayscale: #8B8B8B. Windows color (decimal): -11169028 or 16552533. OLE color: 16552533.
HSL color Cylindrical-coordinate representation of color #5592FC: hue angle of 218.08º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5592FC is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 146 | 252 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.01 |
| HSL | 218.08º | 0.97% | 0.66% | - |
| HSV(B) | 218.08º | 0.66% | 0.99% | - |
| XYZ | 31.6 | 29.52 | 96.13 | - |
| YUV | 139.85 | 191.29 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 146 | 252 | 0.66 | 0.42 | 0 | 0.01 | 218.08 | 0.97 | 0.66 |
| Hex | 55 | 92 | FC | 42 | 2A | 0 | 1 | DA | 61 | 42 |
| Octal | 125 | 222 | 374 | 102 | 52 | 0 | 1 | 332 | 141 | 102 |
| Binary | 1010101 | 10010010 | 11111100 | 1000010 | 101010 | 0 | 1 | 11011010 | 1100001 | 1000010 |
Color Harmonies of #5592FC
Complementary color
Monochromatic Colors of #5592FC
Black with #5592FC
Text Example
Text Example
White with #5592FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5592FC; }
p { color: rgb(85,146,252); }
H1.HeaderClassName
{
color: #5592FC;
}
.AnyTagClassName
{
color: #5592FC;
}
</style>
background-color css
<style>
a { background-color: #5592FC; }
a { background-color: rgb(85,146,252); }
div.DivClassName
{
background-color: #5592FC;
}
.BgClassName
{
background-color: #5592FC;
}
</style>
border-color css
<style>
span { border-color: #5592FC; }
span { border-color: rgb(85,146,252); }
td.TdClassName
{
border-color: #5592FC;
}
.TagClassName
{
border-color: #5592FC;
}
</style>