Shades of Havelock Blue #5177C8
Tints of Havelock Blue #5177C8
RGB
CMYK
RGB Variations
Color information
#5177C8 (or 0x5177C8) is known color: Havelock Blue. HEX triplet: 51, 77 and C8. RGB value is (81,119,200). Sum of RGB (Red+Green+Blue) = 81+119+200=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 200 (78.52% from 255 or 50% from 400); Max value from RGB is 200 - color contains mainly: blue. Hex color #5177C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5177C8 is #AE8837. Grayscale: #747474. Windows color (decimal): -11438136 or 13137745. OLE color: 13137745.
HSL color Cylindrical-coordinate representation of color #5177C8: hue angle of 220.84º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5177C8 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 81 | 119 | 200 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.22 |
| HSL | 220.84º | 0.52% | 0.55% | - |
| HSV(B) | 220.84º | 0.6% | 0.78% | - |
| XYZ | 20.42 | 19.11 | 57.26 | - |
| YUV | 116.87 | 174.91 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 119 | 200 | 0.59 | 0.40 | 0 | 0.22 | 220.84 | 0.52 | 0.55 |
| Hex | 51 | 77 | C8 | 3B | 28 | 0 | 16 | DD | 34 | 37 |
| Octal | 121 | 167 | 310 | 73 | 50 | 0 | 26 | 335 | 64 | 67 |
| Binary | 1010001 | 1110111 | 11001000 | 111011 | 101000 | 0 | 10110 | 11011101 | 110100 | 110111 |
Color Harmonies of #5177C8
Complementary color
Monochromatic Colors of #5177C8
Black with #5177C8
Text Example
Text Example
White with #5177C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5177C8; }
p { color: rgb(81,119,200); }
H1.HeaderClassName
{
color: #5177C8;
}
.AnyTagClassName
{
color: #5177C8;
}
</style>
background-color css
<style>
a { background-color: #5177C8; }
a { background-color: rgb(81,119,200); }
div.DivClassName
{
background-color: #5177C8;
}
.BgClassName
{
background-color: #5177C8;
}
</style>
border-color css
<style>
span { border-color: #5177C8; }
span { border-color: rgb(81,119,200); }
td.TdClassName
{
border-color: #5177C8;
}
.TagClassName
{
border-color: #5177C8;
}
</style>