Shades of Havelock Blue #537ABC
Tints of Havelock Blue #537ABC
RGB
CMYK
RGB Variations
Color information
#537ABC (or 0x537ABC) is known color: Havelock Blue. HEX triplet: 53, 7A and BC. RGB value is (83,122,188). Sum of RGB (Red+Green+Blue) = 83+122+188=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #537ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537ABC is #AC8543. Grayscale: #757575. Windows color (decimal): -11306308 or 12352083. OLE color: 12352083.
HSL color Cylindrical-coordinate representation of color #537ABC: hue angle of 217.71º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #537ABC is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 122 | 188 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.26 |
| HSL | 217.71º | 0.44% | 0.53% | - |
| HSV(B) | 217.71º | 0.56% | 0.74% | - |
| XYZ | 19.6 | 19.39 | 50.29 | - |
| YUV | 117.86 | 167.58 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 188 | 0.56 | 0.35 | 0 | 0.26 | 217.71 | 0.44 | 0.53 |
| Hex | 53 | 7A | BC | 38 | 23 | 0 | 1A | DA | 2C | 35 |
| Octal | 123 | 172 | 274 | 70 | 43 | 0 | 32 | 332 | 54 | 65 |
| Binary | 1010011 | 1111010 | 10111100 | 111000 | 100011 | 0 | 11010 | 11011010 | 101100 | 110101 |
Color Harmonies of #537ABC
Complementary color
Monochromatic Colors of #537ABC
Black with #537ABC
Text Example
Text Example
White with #537ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537ABC; }
p { color: rgb(83,122,188); }
H1.HeaderClassName
{
color: #537ABC;
}
.AnyTagClassName
{
color: #537ABC;
}
</style>
background-color css
<style>
a { background-color: #537ABC; }
a { background-color: rgb(83,122,188); }
div.DivClassName
{
background-color: #537ABC;
}
.BgClassName
{
background-color: #537ABC;
}
</style>
border-color css
<style>
span { border-color: #537ABC; }
span { border-color: rgb(83,122,188); }
td.TdClassName
{
border-color: #537ABC;
}
.TagClassName
{
border-color: #537ABC;
}
</style>