Shades of Havelock Blue #5177CB
Tints of Havelock Blue #5177CB
RGB
CMYK
RGB Variations
Color information
#5177CB (or 0x5177CB) is known color: Havelock Blue. HEX triplet: 51, 77 and CB. RGB value is (81,119,203). Sum of RGB (Red+Green+Blue) = 81+119+203=403 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.10% from 403); Green value is 119 (46.88% from 255 or 29.53% 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 #5177CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5177CB is #AE8834. Grayscale: #747474. Windows color (decimal): -11438133 or 13334353. OLE color: 13334353.
HSL color Cylindrical-coordinate representation of color #5177CB: hue angle of 221.31º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5177CB is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 119 | 203 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.20 |
| HSL | 221.31º | 0.54% | 0.56% | - |
| HSV(B) | 221.31º | 0.6% | 0.8% | - |
| XYZ | 20.77 | 19.25 | 59.12 | - |
| YUV | 117.21 | 176.41 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 119 | 203 | 0.60 | 0.41 | 0 | 0.20 | 221.31 | 0.54 | 0.56 |
| Hex | 51 | 77 | CB | 3C | 29 | 0 | 14 | DD | 36 | 38 |
| Octal | 121 | 167 | 313 | 74 | 51 | 0 | 24 | 335 | 66 | 70 |
| Binary | 1010001 | 1110111 | 11001011 | 111100 | 101001 | 0 | 10100 | 11011101 | 110110 | 111000 |
Color Harmonies of #5177CB
Complementary color
Monochromatic Colors of #5177CB
Black with #5177CB
Text Example
Text Example
White with #5177CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5177CB; }
p { color: rgb(81,119,203); }
H1.HeaderClassName
{
color: #5177CB;
}
.AnyTagClassName
{
color: #5177CB;
}
</style>
background-color css
<style>
a { background-color: #5177CB; }
a { background-color: rgb(81,119,203); }
div.DivClassName
{
background-color: #5177CB;
}
.BgClassName
{
background-color: #5177CB;
}
</style>
border-color css
<style>
span { border-color: #5177CB; }
span { border-color: rgb(81,119,203); }
td.TdClassName
{
border-color: #5177CB;
}
.TagClassName
{
border-color: #5177CB;
}
</style>