Shades of Havelock Blue #537AC0
Tints of Havelock Blue #537AC0
RGB
CMYK
RGB Variations
Color information
#537AC0 (or 0x537AC0) is known color: Havelock Blue. HEX triplet: 53, 7A and C0. RGB value is (83,122,192). Sum of RGB (Red+Green+Blue) = 83+122+192=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #537AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537AC0 is #AC853F. Grayscale: #767676. Windows color (decimal): -11306304 or 12614227. OLE color: 12614227.
HSL color Cylindrical-coordinate representation of color #537AC0: hue angle of 218.53º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #537AC0 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 122 | 192 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.25 |
| HSL | 218.53º | 0.46% | 0.54% | - |
| HSV(B) | 218.53º | 0.57% | 0.75% | - |
| XYZ | 20.04 | 19.56 | 52.59 | - |
| YUV | 118.32 | 169.58 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 192 | 0.57 | 0.36 | 0 | 0.25 | 218.53 | 0.46 | 0.54 |
| Hex | 53 | 7A | C0 | 39 | 24 | 0 | 19 | DB | 2E | 36 |
| Octal | 123 | 172 | 300 | 71 | 44 | 0 | 31 | 333 | 56 | 66 |
| Binary | 1010011 | 1111010 | 11000000 | 111001 | 100100 | 0 | 11001 | 11011011 | 101110 | 110110 |
Color Harmonies of #537AC0
Complementary color
Monochromatic Colors of #537AC0
Black with #537AC0
Text Example
Text Example
White with #537AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537AC0; }
p { color: rgb(83,122,192); }
H1.HeaderClassName
{
color: #537AC0;
}
.AnyTagClassName
{
color: #537AC0;
}
</style>
background-color css
<style>
a { background-color: #537AC0; }
a { background-color: rgb(83,122,192); }
div.DivClassName
{
background-color: #537AC0;
}
.BgClassName
{
background-color: #537AC0;
}
</style>
border-color css
<style>
span { border-color: #537AC0; }
span { border-color: rgb(83,122,192); }
td.TdClassName
{
border-color: #537AC0;
}
.TagClassName
{
border-color: #537AC0;
}
</style>