Shades of Havelock Blue #537ACC
Tints of Havelock Blue #537ACC
RGB
CMYK
RGB Variations
Color information
#537ACC (or 0x537ACC) is known color: Havelock Blue. HEX triplet: 53, 7A and CC. RGB value is (83,122,204). Sum of RGB (Red+Green+Blue) = 83+122+204=409 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.29% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #537ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537ACC is #AC8533. Grayscale: #777777. Windows color (decimal): -11306292 or 13400659. OLE color: 13400659.
HSL color Cylindrical-coordinate representation of color #537ACC: hue angle of 220.66º 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 #537ACC is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 122 | 204 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.2 |
| HSL | 220.66º | 0.54% | 0.56% | - |
| HSV(B) | 220.66º | 0.59% | 0.8% | - |
| XYZ | 21.43 | 20.12 | 59.88 | - |
| YUV | 119.69 | 175.58 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 204 | 0.59 | 0.40 | 0 | 0.2 | 220.66 | 0.54 | 0.56 |
| Hex | 53 | 7A | CC | 3B | 28 | 0 | 14 | DD | 36 | 38 |
| Octal | 123 | 172 | 314 | 73 | 50 | 0 | 24 | 335 | 66 | 70 |
| Binary | 1010011 | 1111010 | 11001100 | 111011 | 101000 | 0 | 10100 | 11011101 | 110110 | 111000 |
Color Harmonies of #537ACC
Complementary color
Monochromatic Colors of #537ACC
Black with #537ACC
Text Example
Text Example
White with #537ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537ACC; }
p { color: rgb(83,122,204); }
H1.HeaderClassName
{
color: #537ACC;
}
.AnyTagClassName
{
color: #537ACC;
}
</style>
background-color css
<style>
a { background-color: #537ACC; }
a { background-color: rgb(83,122,204); }
div.DivClassName
{
background-color: #537ACC;
}
.BgClassName
{
background-color: #537ACC;
}
</style>
border-color css
<style>
span { border-color: #537ACC; }
span { border-color: rgb(83,122,204); }
td.TdClassName
{
border-color: #537ACC;
}
.TagClassName
{
border-color: #537ACC;
}
</style>