Shades of Havelock Blue #537CB9
Tints of Havelock Blue #537CB9
RGB
CMYK
RGB Variations
Color information
#537CB9 (or 0x537CB9) is known color: Havelock Blue. HEX triplet: 53, 7C and B9. RGB value is (83,124,185). Sum of RGB (Red+Green+Blue) = 83+124+185=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 185 (72.66% from 255 or 47.19% from 392); Max value from RGB is 185 - color contains mainly: blue. Hex color #537CB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537CB9 is #AC8346. Grayscale: #767676. Windows color (decimal): -11305799 or 12155987. OLE color: 12155987.
HSL color Cylindrical-coordinate representation of color #537CB9: hue angle of 215.88º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #537CB9 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 124 | 185 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.27 |
| HSL | 215.88º | 0.42% | 0.53% | - |
| HSV(B) | 215.88º | 0.55% | 0.73% | - |
| XYZ | 19.53 | 19.76 | 48.68 | - |
| YUV | 118.7 | 165.42 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 185 | 0.55 | 0.33 | 0 | 0.27 | 215.88 | 0.42 | 0.53 |
| Hex | 53 | 7C | B9 | 37 | 21 | 0 | 1B | D8 | 2A | 35 |
| Octal | 123 | 174 | 271 | 67 | 41 | 0 | 33 | 330 | 52 | 65 |
| Binary | 1010011 | 1111100 | 10111001 | 110111 | 100001 | 0 | 11011 | 11011000 | 101010 | 110101 |
Color Harmonies of #537CB9
Complementary color
Monochromatic Colors of #537CB9
Black with #537CB9
Text Example
Text Example
White with #537CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537CB9; }
p { color: rgb(83,124,185); }
H1.HeaderClassName
{
color: #537CB9;
}
.AnyTagClassName
{
color: #537CB9;
}
</style>
background-color css
<style>
a { background-color: #537CB9; }
a { background-color: rgb(83,124,185); }
div.DivClassName
{
background-color: #537CB9;
}
.BgClassName
{
background-color: #537CB9;
}
</style>
border-color css
<style>
span { border-color: #537CB9; }
span { border-color: rgb(83,124,185); }
td.TdClassName
{
border-color: #537CB9;
}
.TagClassName
{
border-color: #537CB9;
}
</style>