Shades of Havelock Blue #537AB4
Tints of Havelock Blue #537AB4
RGB
CMYK
RGB Variations
Color information
#537AB4 (or 0x537AB4) is known color: Havelock Blue. HEX triplet: 53, 7A and B4. RGB value is (83,122,180). Sum of RGB (Red+Green+Blue) = 83+122+180=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 180 - color contains mainly: blue. Hex color #537AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537AB4 is #AC854B. Grayscale: #747474. Windows color (decimal): -11306316 or 11827795. OLE color: 11827795.
HSL color Cylindrical-coordinate representation of color #537AB4: hue angle of 215.88º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #537AB4 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 122 | 180 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.29 |
| HSL | 215.88º | 0.39% | 0.52% | - |
| HSV(B) | 215.88º | 0.54% | 0.71% | - |
| XYZ | 18.77 | 19.05 | 45.87 | - |
| YUV | 116.95 | 163.58 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 180 | 0.54 | 0.32 | 0 | 0.29 | 215.88 | 0.39 | 0.52 |
| Hex | 53 | 7A | B4 | 36 | 20 | 0 | 1D | D8 | 27 | 34 |
| Octal | 123 | 172 | 264 | 66 | 40 | 0 | 35 | 330 | 47 | 64 |
| Binary | 1010011 | 1111010 | 10110100 | 110110 | 100000 | 0 | 11101 | 11011000 | 100111 | 110100 |
Color Harmonies of #537AB4
Complementary color
Monochromatic Colors of #537AB4
Black with #537AB4
Text Example
Text Example
White with #537AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537AB4; }
p { color: rgb(83,122,180); }
H1.HeaderClassName
{
color: #537AB4;
}
.AnyTagClassName
{
color: #537AB4;
}
</style>
background-color css
<style>
a { background-color: #537AB4; }
a { background-color: rgb(83,122,180); }
div.DivClassName
{
background-color: #537AB4;
}
.BgClassName
{
background-color: #537AB4;
}
</style>
border-color css
<style>
span { border-color: #537AB4; }
span { border-color: rgb(83,122,180); }
td.TdClassName
{
border-color: #537AB4;
}
.TagClassName
{
border-color: #537AB4;
}
</style>