Shades of Havelock Blue #5776CB
Tints of Havelock Blue #5776CB
RGB
CMYK
RGB Variations
Color information
#5776CB (or 0x5776CB) is known color: Havelock Blue. HEX triplet: 57, 76 and CB. RGB value is (87,118,203). Sum of RGB (Red+Green+Blue) = 87+118+203=408 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.32% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #5776CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5776CB is #A88934. Grayscale: #767676. Windows color (decimal): -11045173 or 13334103. OLE color: 13334103.
HSL color Cylindrical-coordinate representation of color #5776CB: hue angle of 223.97º 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 #5776CB is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 118 | 203 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.20 |
| HSL | 223.97º | 0.53% | 0.57% | - |
| HSV(B) | 223.97º | 0.57% | 0.8% | - |
| XYZ | 21.19 | 19.29 | 59.11 | - |
| YUV | 118.42 | 175.73 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 118 | 203 | 0.57 | 0.42 | 0 | 0.20 | 223.97 | 0.53 | 0.57 |
| Hex | 57 | 76 | CB | 39 | 2A | 0 | 14 | E0 | 35 | 39 |
| Octal | 127 | 166 | 313 | 71 | 52 | 0 | 24 | 340 | 65 | 71 |
| Binary | 1010111 | 1110110 | 11001011 | 111001 | 101010 | 0 | 10100 | 11100000 | 110101 | 111001 |
Color Harmonies of #5776CB
Complementary color
Monochromatic Colors of #5776CB
Black with #5776CB
Text Example
Text Example
White with #5776CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5776CB; }
p { color: rgb(87,118,203); }
H1.HeaderClassName
{
color: #5776CB;
}
.AnyTagClassName
{
color: #5776CB;
}
</style>
background-color css
<style>
a { background-color: #5776CB; }
a { background-color: rgb(87,118,203); }
div.DivClassName
{
background-color: #5776CB;
}
.BgClassName
{
background-color: #5776CB;
}
</style>
border-color css
<style>
span { border-color: #5776CB; }
span { border-color: rgb(87,118,203); }
td.TdClassName
{
border-color: #5776CB;
}
.TagClassName
{
border-color: #5776CB;
}
</style>