Shades of Cornflower Blue #5892DC
Tints of Cornflower Blue #5892DC
RGB
CMYK
RGB Variations
Color information
#5892DC (or 0x5892DC) is known color: Cornflower Blue. HEX triplet: 58, 92 and DC. RGB value is (88,146,220). Sum of RGB (Red+Green+Blue) = 88+146+220=454 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.38% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #5892DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5892DC is #A76D23. Grayscale: #888888. Windows color (decimal): -10972452 or 14455384. OLE color: 14455384.
HSL color Cylindrical-coordinate representation of color #5892DC: hue angle of 213.64º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5892DC is Cyan = 0.6, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 146 | 220 | - |
| CMYK | 0.6 | 0.34 | 0 | 0.14 |
| HSL | 213.64º | 0.65% | 0.6% | - |
| HSV(B) | 213.64º | 0.6% | 0.86% | - |
| XYZ | 27.22 | 27.8 | 71.64 | - |
| YUV | 137.09 | 174.78 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 146 | 220 | 0.6 | 0.34 | 0 | 0.14 | 213.64 | 0.65 | 0.6 |
| Hex | 58 | 92 | DC | 3C | 22 | 0 | E | D6 | 41 | 3C |
| Octal | 130 | 222 | 334 | 74 | 42 | 0 | 16 | 326 | 101 | 74 |
| Binary | 1011000 | 10010010 | 11011100 | 111100 | 100010 | 0 | 1110 | 11010110 | 1000001 | 111100 |
Color Harmonies of #5892DC
Complementary color
Monochromatic Colors of #5892DC
Black with #5892DC
Text Example
Text Example
White with #5892DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5892DC; }
p { color: rgb(88,146,220); }
H1.HeaderClassName
{
color: #5892DC;
}
.AnyTagClassName
{
color: #5892DC;
}
</style>
background-color css
<style>
a { background-color: #5892DC; }
a { background-color: rgb(88,146,220); }
div.DivClassName
{
background-color: #5892DC;
}
.BgClassName
{
background-color: #5892DC;
}
</style>
border-color css
<style>
span { border-color: #5892DC; }
span { border-color: rgb(88,146,220); }
td.TdClassName
{
border-color: #5892DC;
}
.TagClassName
{
border-color: #5892DC;
}
</style>