Shades of Havelock Blue #5277B3
Tints of Havelock Blue #5277B3
RGB
CMYK
RGB Variations
Color information
#5277B3 (or 0x5277B3) is known color: Havelock Blue. HEX triplet: 52, 77 and B3. RGB value is (82,119,179). Sum of RGB (Red+Green+Blue) = 82+119+179=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 179 (70.31% from 255 or 47.11% from 380); Max value from RGB is 179 - color contains mainly: blue. Hex color #5277B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5277B3 is #AD884C. Grayscale: #727272. Windows color (decimal): -11372621 or 11761490. OLE color: 11761490.
HSL color Cylindrical-coordinate representation of color #5277B3: hue angle of 217.11º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5277B3 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 119 | 179 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.30 |
| HSL | 217.11º | 0.39% | 0.51% | - |
| HSV(B) | 217.11º | 0.54% | 0.7% | - |
| XYZ | 18.21 | 18.24 | 45.21 | - |
| YUV | 114.78 | 164.24 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 119 | 179 | 0.54 | 0.34 | 0 | 0.30 | 217.11 | 0.39 | 0.51 |
| Hex | 52 | 77 | B3 | 36 | 22 | 0 | 1E | D9 | 27 | 33 |
| Octal | 122 | 167 | 263 | 66 | 42 | 0 | 36 | 331 | 47 | 63 |
| Binary | 1010010 | 1110111 | 10110011 | 110110 | 100010 | 0 | 11110 | 11011001 | 100111 | 110011 |
Color Harmonies of #5277B3
Complementary color
Monochromatic Colors of #5277B3
Black with #5277B3
Text Example
Text Example
White with #5277B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5277B3; }
p { color: rgb(82,119,179); }
H1.HeaderClassName
{
color: #5277B3;
}
.AnyTagClassName
{
color: #5277B3;
}
</style>
background-color css
<style>
a { background-color: #5277B3; }
a { background-color: rgb(82,119,179); }
div.DivClassName
{
background-color: #5277B3;
}
.BgClassName
{
background-color: #5277B3;
}
</style>
border-color css
<style>
span { border-color: #5277B3; }
span { border-color: rgb(82,119,179); }
td.TdClassName
{
border-color: #5277B3;
}
.TagClassName
{
border-color: #5277B3;
}
</style>