Shades of Havelock Blue #5271B7
Tints of Havelock Blue #5271B7
RGB
CMYK
RGB Variations
Color information
#5271B7 (or 0x5271B7) is known color: Havelock Blue. HEX triplet: 52, 71 and B7. RGB value is (82,113,183). Sum of RGB (Red+Green+Blue) = 82+113+183=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 183 (71.88% from 255 or 48.41% from 378); Max value from RGB is 183 - color contains mainly: blue. Hex color #5271B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5271B7 is #AD8E48. Grayscale: #6F6F6F. Windows color (decimal): -11374153 or 12022098. OLE color: 12022098.
HSL color Cylindrical-coordinate representation of color #5271B7: hue angle of 221.58º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5271B7 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 113 | 183 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.28 |
| HSL | 221.58º | 0.41% | 0.52% | - |
| HSV(B) | 221.58º | 0.55% | 0.72% | - |
| XYZ | 17.93 | 17.02 | 47.14 | - |
| YUV | 111.71 | 168.23 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 113 | 183 | 0.55 | 0.38 | 0 | 0.28 | 221.58 | 0.41 | 0.52 |
| Hex | 52 | 71 | B7 | 37 | 26 | 0 | 1C | DE | 29 | 34 |
| Octal | 122 | 161 | 267 | 67 | 46 | 0 | 34 | 336 | 51 | 64 |
| Binary | 1010010 | 1110001 | 10110111 | 110111 | 100110 | 0 | 11100 | 11011110 | 101001 | 110100 |
Color Harmonies of #5271B7
Complementary color
Monochromatic Colors of #5271B7
Black with #5271B7
Text Example
Text Example
White with #5271B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5271B7; }
p { color: rgb(82,113,183); }
H1.HeaderClassName
{
color: #5271B7;
}
.AnyTagClassName
{
color: #5271B7;
}
</style>
background-color css
<style>
a { background-color: #5271B7; }
a { background-color: rgb(82,113,183); }
div.DivClassName
{
background-color: #5271B7;
}
.BgClassName
{
background-color: #5271B7;
}
</style>
border-color css
<style>
span { border-color: #5271B7; }
span { border-color: rgb(82,113,183); }
td.TdClassName
{
border-color: #5271B7;
}
.TagClassName
{
border-color: #5271B7;
}
</style>