Shades of Havelock Blue #5570CB
Tints of Havelock Blue #5570CB
RGB
CMYK
RGB Variations
Color information
#5570CB (or 0x5570CB) is known color: Havelock Blue. HEX triplet: 55, 70 and CB. RGB value is (85,112,203). Sum of RGB (Red+Green+Blue) = 85+112+203=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #5570CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5570CB is #AA8F34. Grayscale: #717171. Windows color (decimal): -11177781 or 13332565. OLE color: 13332565.
HSL color Cylindrical-coordinate representation of color #5570CB: hue angle of 226.27º 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 #5570CB is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 112 | 203 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.20 |
| HSL | 226.27º | 0.53% | 0.56% | - |
| HSV(B) | 226.27º | 0.58% | 0.8% | - |
| XYZ | 20.32 | 17.83 | 58.87 | - |
| YUV | 114.3 | 178.05 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 112 | 203 | 0.58 | 0.45 | 0 | 0.20 | 226.27 | 0.53 | 0.56 |
| Hex | 55 | 70 | CB | 3A | 2D | 0 | 14 | E2 | 35 | 38 |
| Octal | 125 | 160 | 313 | 72 | 55 | 0 | 24 | 342 | 65 | 70 |
| Binary | 1010101 | 1110000 | 11001011 | 111010 | 101101 | 0 | 10100 | 11100010 | 110101 | 111000 |
Color Harmonies of #5570CB
Complementary color
Monochromatic Colors of #5570CB
Black with #5570CB
Text Example
Text Example
White with #5570CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5570CB; }
p { color: rgb(85,112,203); }
H1.HeaderClassName
{
color: #5570CB;
}
.AnyTagClassName
{
color: #5570CB;
}
</style>
background-color css
<style>
a { background-color: #5570CB; }
a { background-color: rgb(85,112,203); }
div.DivClassName
{
background-color: #5570CB;
}
.BgClassName
{
background-color: #5570CB;
}
</style>
border-color css
<style>
span { border-color: #5570CB; }
span { border-color: rgb(85,112,203); }
td.TdClassName
{
border-color: #5570CB;
}
.TagClassName
{
border-color: #5570CB;
}
</style>