Shades of Cornflower Blue #5586DC
Tints of Cornflower Blue #5586DC
RGB
CMYK
RGB Variations
Color information
#5586DC (or 0x5586DC) is known color: Cornflower Blue. HEX triplet: 55, 86 and DC. RGB value is (85,134,220). Sum of RGB (Red+Green+Blue) = 85+134+220=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #5586DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5586DC is #AA7923. Grayscale: #808080. Windows color (decimal): -11172132 or 14452309. OLE color: 14452309.
HSL color Cylindrical-coordinate representation of color #5586DC: hue angle of 218.22º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5586DC is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 134 | 220 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.14 |
| HSL | 218.22º | 0.66% | 0.6% | - |
| HSV(B) | 218.22º | 0.61% | 0.86% | - |
| XYZ | 25.19 | 24.15 | 71.04 | - |
| YUV | 129.15 | 179.27 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 134 | 220 | 0.61 | 0.39 | 0 | 0.14 | 218.22 | 0.66 | 0.6 |
| Hex | 55 | 86 | DC | 3D | 27 | 0 | E | DA | 42 | 3C |
| Octal | 125 | 206 | 334 | 75 | 47 | 0 | 16 | 332 | 102 | 74 |
| Binary | 1010101 | 10000110 | 11011100 | 111101 | 100111 | 0 | 1110 | 11011010 | 1000010 | 111100 |
Color Harmonies of #5586DC
Complementary color
Monochromatic Colors of #5586DC
Black with #5586DC
Text Example
Text Example
White with #5586DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5586DC; }
p { color: rgb(85,134,220); }
H1.HeaderClassName
{
color: #5586DC;
}
.AnyTagClassName
{
color: #5586DC;
}
</style>
background-color css
<style>
a { background-color: #5586DC; }
a { background-color: rgb(85,134,220); }
div.DivClassName
{
background-color: #5586DC;
}
.BgClassName
{
background-color: #5586DC;
}
</style>
border-color css
<style>
span { border-color: #5586DC; }
span { border-color: rgb(85,134,220); }
td.TdClassName
{
border-color: #5586DC;
}
.TagClassName
{
border-color: #5586DC;
}
</style>