Shades of Havelock Blue #537CBA
Tints of Havelock Blue #537CBA
RGB
CMYK
RGB Variations
Color information
#537CBA (or 0x537CBA) is known color: Havelock Blue. HEX triplet: 53, 7C and BA. RGB value is (83,124,186). Sum of RGB (Red+Green+Blue) = 83+124+186=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #537CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537CBA is #AC8345. Grayscale: #767676. Windows color (decimal): -11305798 or 12221523. OLE color: 12221523.
HSL color Cylindrical-coordinate representation of color #537CBA: hue angle of 216.12º degrees, saturation: 0.43, 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 #537CBA is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 124 | 186 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.27 |
| HSL | 216.12º | 0.43% | 0.53% | - |
| HSV(B) | 216.12º | 0.55% | 0.73% | - |
| XYZ | 19.64 | 19.8 | 49.24 | - |
| YUV | 118.81 | 165.92 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 186 | 0.55 | 0.33 | 0 | 0.27 | 216.12 | 0.43 | 0.53 |
| Hex | 53 | 7C | BA | 37 | 21 | 0 | 1B | D8 | 2B | 35 |
| Octal | 123 | 174 | 272 | 67 | 41 | 0 | 33 | 330 | 53 | 65 |
| Binary | 1010011 | 1111100 | 10111010 | 110111 | 100001 | 0 | 11011 | 11011000 | 101011 | 110101 |
Color Harmonies of #537CBA
Complementary color
Monochromatic Colors of #537CBA
Black with #537CBA
Text Example
Text Example
White with #537CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537CBA; }
p { color: rgb(83,124,186); }
H1.HeaderClassName
{
color: #537CBA;
}
.AnyTagClassName
{
color: #537CBA;
}
</style>
background-color css
<style>
a { background-color: #537CBA; }
a { background-color: rgb(83,124,186); }
div.DivClassName
{
background-color: #537CBA;
}
.BgClassName
{
background-color: #537CBA;
}
</style>
border-color css
<style>
span { border-color: #537CBA; }
span { border-color: rgb(83,124,186); }
td.TdClassName
{
border-color: #537CBA;
}
.TagClassName
{
border-color: #537CBA;
}
</style>