Shades of Havelock Blue #537CCC
Tints of Havelock Blue #537CCC
RGB
CMYK
RGB Variations
Color information
#537CCC (or 0x537CCC) is known color: Havelock Blue. HEX triplet: 53, 7C and CC. RGB value is (83,124,204). Sum of RGB (Red+Green+Blue) = 83+124+204=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #537CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537CCC is #AC8333. Grayscale: #787878. Windows color (decimal): -11305780 or 13401171. OLE color: 13401171.
HSL color Cylindrical-coordinate representation of color #537CCC: hue angle of 219.67º 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 #537CCC is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 124 | 204 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.2 |
| HSL | 219.67º | 0.54% | 0.56% | - |
| HSV(B) | 219.67º | 0.59% | 0.8% | - |
| XYZ | 21.67 | 20.61 | 59.96 | - |
| YUV | 120.86 | 174.92 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 204 | 0.59 | 0.39 | 0 | 0.2 | 219.67 | 0.54 | 0.56 |
| Hex | 53 | 7C | CC | 3B | 27 | 0 | 14 | DC | 36 | 38 |
| Octal | 123 | 174 | 314 | 73 | 47 | 0 | 24 | 334 | 66 | 70 |
| Binary | 1010011 | 1111100 | 11001100 | 111011 | 100111 | 0 | 10100 | 11011100 | 110110 | 111000 |
Color Harmonies of #537CCC
Complementary color
Monochromatic Colors of #537CCC
Black with #537CCC
Text Example
Text Example
White with #537CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537CCC; }
p { color: rgb(83,124,204); }
H1.HeaderClassName
{
color: #537CCC;
}
.AnyTagClassName
{
color: #537CCC;
}
</style>
background-color css
<style>
a { background-color: #537CCC; }
a { background-color: rgb(83,124,204); }
div.DivClassName
{
background-color: #537CCC;
}
.BgClassName
{
background-color: #537CCC;
}
</style>
border-color css
<style>
span { border-color: #537CCC; }
span { border-color: rgb(83,124,204); }
td.TdClassName
{
border-color: #537CCC;
}
.TagClassName
{
border-color: #537CCC;
}
</style>