Shades of Havelock Blue #556FCB
Tints of Havelock Blue #556FCB
RGB
CMYK
RGB Variations
Color information
#556FCB (or 0x556FCB) is known color: Havelock Blue. HEX triplet: 55, 6F and CB. RGB value is (85,111,203). Sum of RGB (Red+Green+Blue) = 85+111+203=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #556FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556FCB is #AA9034. Grayscale: #717171. Windows color (decimal): -11178037 or 13332309. OLE color: 13332309.
HSL color Cylindrical-coordinate representation of color #556FCB: hue angle of 226.78º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #556FCB is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 111 | 203 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.20 |
| HSL | 226.78º | 0.53% | 0.56% | - |
| HSV(B) | 226.78º | 0.58% | 0.8% | - |
| XYZ | 20.21 | 17.61 | 58.83 | - |
| YUV | 113.71 | 178.39 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 111 | 203 | 0.58 | 0.45 | 0 | 0.20 | 226.78 | 0.53 | 0.56 |
| Hex | 55 | 6F | CB | 3A | 2D | 0 | 14 | E3 | 35 | 38 |
| Octal | 125 | 157 | 313 | 72 | 55 | 0 | 24 | 343 | 65 | 70 |
| Binary | 1010101 | 1101111 | 11001011 | 111010 | 101101 | 0 | 10100 | 11100011 | 110101 | 111000 |
Color Harmonies of #556FCB
Complementary color
Monochromatic Colors of #556FCB
Black with #556FCB
Text Example
Text Example
White with #556FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556FCB; }
p { color: rgb(85,111,203); }
H1.HeaderClassName
{
color: #556FCB;
}
.AnyTagClassName
{
color: #556FCB;
}
</style>
background-color css
<style>
a { background-color: #556FCB; }
a { background-color: rgb(85,111,203); }
div.DivClassName
{
background-color: #556FCB;
}
.BgClassName
{
background-color: #556FCB;
}
</style>
border-color css
<style>
span { border-color: #556FCB; }
span { border-color: rgb(85,111,203); }
td.TdClassName
{
border-color: #556FCB;
}
.TagClassName
{
border-color: #556FCB;
}
</style>