Shades of Havelock Blue #5771CB
Tints of Havelock Blue #5771CB
RGB
CMYK
RGB Variations
Color information
#5771CB (or 0x5771CB) is known color: Havelock Blue. HEX triplet: 57, 71 and CB. RGB value is (87,113,203). Sum of RGB (Red+Green+Blue) = 87+113+203=403 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.59% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #5771CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5771CB is #A88E34. Grayscale: #737373. Windows color (decimal): -11046453 or 13332823. OLE color: 13332823.
HSL color Cylindrical-coordinate representation of color #5771CB: hue angle of 226.55º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5771CB is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 113 | 203 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.20 |
| HSL | 226.55º | 0.53% | 0.57% | - |
| HSV(B) | 226.55º | 0.57% | 0.8% | - |
| XYZ | 20.62 | 18.15 | 58.92 | - |
| YUV | 115.49 | 177.39 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 113 | 203 | 0.57 | 0.44 | 0 | 0.20 | 226.55 | 0.53 | 0.57 |
| Hex | 57 | 71 | CB | 39 | 2C | 0 | 14 | E3 | 35 | 39 |
| Octal | 127 | 161 | 313 | 71 | 54 | 0 | 24 | 343 | 65 | 71 |
| Binary | 1010111 | 1110001 | 11001011 | 111001 | 101100 | 0 | 10100 | 11100011 | 110101 | 111001 |
Color Harmonies of #5771CB
Complementary color
Monochromatic Colors of #5771CB
Black with #5771CB
Text Example
Text Example
White with #5771CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5771CB; }
p { color: rgb(87,113,203); }
H1.HeaderClassName
{
color: #5771CB;
}
.AnyTagClassName
{
color: #5771CB;
}
</style>
background-color css
<style>
a { background-color: #5771CB; }
a { background-color: rgb(87,113,203); }
div.DivClassName
{
background-color: #5771CB;
}
.BgClassName
{
background-color: #5771CB;
}
</style>
border-color css
<style>
span { border-color: #5771CB; }
span { border-color: rgb(87,113,203); }
td.TdClassName
{
border-color: #5771CB;
}
.TagClassName
{
border-color: #5771CB;
}
</style>