Shades of Havelock Blue #537ECC
Tints of Havelock Blue #537ECC
RGB
CMYK
RGB Variations
Color information
#537ECC (or 0x537ECC) is known color: Havelock Blue. HEX triplet: 53, 7E and CC. RGB value is (83,126,204). Sum of RGB (Red+Green+Blue) = 83+126+204=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #537ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537ECC is #AC8133. Grayscale: #797979. Windows color (decimal): -11305268 or 13401683. OLE color: 13401683.
HSL color Cylindrical-coordinate representation of color #537ECC: hue angle of 218.68º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #537ECC is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 126 | 204 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.2 |
| HSL | 218.68º | 0.54% | 0.56% | - |
| HSV(B) | 218.68º | 0.59% | 0.8% | - |
| XYZ | 21.93 | 21.12 | 60.05 | - |
| YUV | 122.04 | 174.25 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 126 | 204 | 0.59 | 0.38 | 0 | 0.2 | 218.68 | 0.54 | 0.56 |
| Hex | 53 | 7E | CC | 3B | 26 | 0 | 14 | DB | 36 | 38 |
| Octal | 123 | 176 | 314 | 73 | 46 | 0 | 24 | 333 | 66 | 70 |
| Binary | 1010011 | 1111110 | 11001100 | 111011 | 100110 | 0 | 10100 | 11011011 | 110110 | 111000 |
Color Harmonies of #537ECC
Complementary color
Monochromatic Colors of #537ECC
Black with #537ECC
Text Example
Text Example
White with #537ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537ECC; }
p { color: rgb(83,126,204); }
H1.HeaderClassName
{
color: #537ECC;
}
.AnyTagClassName
{
color: #537ECC;
}
</style>
background-color css
<style>
a { background-color: #537ECC; }
a { background-color: rgb(83,126,204); }
div.DivClassName
{
background-color: #537ECC;
}
.BgClassName
{
background-color: #537ECC;
}
</style>
border-color css
<style>
span { border-color: #537ECC; }
span { border-color: rgb(83,126,204); }
td.TdClassName
{
border-color: #537ECC;
}
.TagClassName
{
border-color: #537ECC;
}
</style>