Shades of Havelock Blue #5371B7
Tints of Havelock Blue #5371B7
RGB
CMYK
RGB Variations
Color information
#5371B7 (or 0x5371B7) is known color: Havelock Blue. HEX triplet: 53, 71 and B7. RGB value is (83,113,183). Sum of RGB (Red+Green+Blue) = 83+113+183=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 183 (71.88% from 255 or 48.28% from 379); Max value from RGB is 183 - color contains mainly: blue. Hex color #5371B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5371B7 is #AC8E48. Grayscale: #6F6F6F. Windows color (decimal): -11308617 or 12022099. OLE color: 12022099.
HSL color Cylindrical-coordinate representation of color #5371B7: hue angle of 222º 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 #5371B7 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 113 | 183 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.28 |
| HSL | 222º | 0.41% | 0.52% | - |
| HSV(B) | 222º | 0.55% | 0.72% | - |
| XYZ | 18.02 | 17.07 | 47.14 | - |
| YUV | 112.01 | 168.06 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 113 | 183 | 0.55 | 0.38 | 0 | 0.28 | 222 | 0.41 | 0.52 |
| Hex | 53 | 71 | B7 | 37 | 26 | 0 | 1C | DE | 29 | 34 |
| Octal | 123 | 161 | 267 | 67 | 46 | 0 | 34 | 336 | 51 | 64 |
| Binary | 1010011 | 1110001 | 10110111 | 110111 | 100110 | 0 | 11100 | 11011110 | 101001 | 110100 |
Color Harmonies of #5371B7
Complementary color
Monochromatic Colors of #5371B7
Black with #5371B7
Text Example
Text Example
White with #5371B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5371B7; }
p { color: rgb(83,113,183); }
H1.HeaderClassName
{
color: #5371B7;
}
.AnyTagClassName
{
color: #5371B7;
}
</style>
background-color css
<style>
a { background-color: #5371B7; }
a { background-color: rgb(83,113,183); }
div.DivClassName
{
background-color: #5371B7;
}
.BgClassName
{
background-color: #5371B7;
}
</style>
border-color css
<style>
span { border-color: #5371B7; }
span { border-color: rgb(83,113,183); }
td.TdClassName
{
border-color: #5371B7;
}
.TagClassName
{
border-color: #5371B7;
}
</style>