Shades of Havelock Blue #537CBB
Tints of Havelock Blue #537CBB
RGB
CMYK
RGB Variations
Color information
#537CBB (or 0x537CBB) is known color: Havelock Blue. HEX triplet: 53, 7C and BB. RGB value is (83,124,187). Sum of RGB (Red+Green+Blue) = 83+124+187=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #537CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537CBB is #AC8344. Grayscale: #767676. Windows color (decimal): -11305797 or 12287059. OLE color: 12287059.
HSL color Cylindrical-coordinate representation of color #537CBB: hue angle of 216.35º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #537CBB is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 124 | 187 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.27 |
| HSL | 216.35º | 0.43% | 0.53% | - |
| HSV(B) | 216.35º | 0.56% | 0.73% | - |
| XYZ | 19.74 | 19.84 | 49.8 | - |
| YUV | 118.92 | 166.42 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 187 | 0.56 | 0.34 | 0 | 0.27 | 216.35 | 0.43 | 0.53 |
| Hex | 53 | 7C | BB | 38 | 22 | 0 | 1B | D8 | 2B | 35 |
| Octal | 123 | 174 | 273 | 70 | 42 | 0 | 33 | 330 | 53 | 65 |
| Binary | 1010011 | 1111100 | 10111011 | 111000 | 100010 | 0 | 11011 | 11011000 | 101011 | 110101 |
Color Harmonies of #537CBB
Complementary color
Monochromatic Colors of #537CBB
Black with #537CBB
Text Example
Text Example
White with #537CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537CBB; }
p { color: rgb(83,124,187); }
H1.HeaderClassName
{
color: #537CBB;
}
.AnyTagClassName
{
color: #537CBB;
}
</style>
background-color css
<style>
a { background-color: #537CBB; }
a { background-color: rgb(83,124,187); }
div.DivClassName
{
background-color: #537CBB;
}
.BgClassName
{
background-color: #537CBB;
}
</style>
border-color css
<style>
span { border-color: #537CBB; }
span { border-color: rgb(83,124,187); }
td.TdClassName
{
border-color: #537CBB;
}
.TagClassName
{
border-color: #537CBB;
}
</style>