Shades of Havelock Blue #556FCC
Tints of Havelock Blue #556FCC
RGB
CMYK
RGB Variations
Color information
#556FCC (or 0x556FCC) is known color: Havelock Blue. HEX triplet: 55, 6F and CC. RGB value is (85,111,204). Sum of RGB (Red+Green+Blue) = 85+111+204=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #556FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556FCC is #AA9033. Grayscale: #717171. Windows color (decimal): -11178036 or 13397845. OLE color: 13397845.
HSL color Cylindrical-coordinate representation of color #556FCC: hue angle of 226.89º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #556FCC is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 111 | 204 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.2 |
| HSL | 226.89º | 0.54% | 0.57% | - |
| HSV(B) | 226.89º | 0.58% | 0.8% | - |
| XYZ | 20.33 | 17.66 | 59.46 | - |
| YUV | 113.83 | 178.89 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 111 | 204 | 0.58 | 0.46 | 0 | 0.2 | 226.89 | 0.54 | 0.57 |
| Hex | 55 | 6F | CC | 3A | 2E | 0 | 14 | E3 | 36 | 39 |
| Octal | 125 | 157 | 314 | 72 | 56 | 0 | 24 | 343 | 66 | 71 |
| Binary | 1010101 | 1101111 | 11001100 | 111010 | 101110 | 0 | 10100 | 11100011 | 110110 | 111001 |
Color Harmonies of #556FCC
Complementary color
Monochromatic Colors of #556FCC
Black with #556FCC
Text Example
Text Example
White with #556FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556FCC; }
p { color: rgb(85,111,204); }
H1.HeaderClassName
{
color: #556FCC;
}
.AnyTagClassName
{
color: #556FCC;
}
</style>
background-color css
<style>
a { background-color: #556FCC; }
a { background-color: rgb(85,111,204); }
div.DivClassName
{
background-color: #556FCC;
}
.BgClassName
{
background-color: #556FCC;
}
</style>
border-color css
<style>
span { border-color: #556FCC; }
span { border-color: rgb(85,111,204); }
td.TdClassName
{
border-color: #556FCC;
}
.TagClassName
{
border-color: #556FCC;
}
</style>