Shades of Havelock Blue #537DD9
Tints of Havelock Blue #537DD9
RGB
CMYK
RGB Variations
Color information
#537DD9 (or 0x537DD9) is known color: Havelock Blue. HEX triplet: 53, 7D and D9. RGB value is (83,125,217). Sum of RGB (Red+Green+Blue) = 83+125+217=425 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.53% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 217 (85.16% from 255 or 51.06% from 425); Max value from RGB is 217 - color contains mainly: blue. Hex color #537DD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537DD9 is #AC8226. Grayscale: #7A7A7A. Windows color (decimal): -11305511 or 14253395. OLE color: 14253395.
HSL color Cylindrical-coordinate representation of color #537DD9: hue angle of 221.19º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #537DD9 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 125 | 217 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.15 |
| HSL | 221.19º | 0.64% | 0.59% | - |
| HSV(B) | 221.19º | 0.62% | 0.85% | - |
| XYZ | 23.43 | 21.52 | 68.56 | - |
| YUV | 122.93 | 181.09 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 125 | 217 | 0.62 | 0.42 | 0 | 0.15 | 221.19 | 0.64 | 0.59 |
| Hex | 53 | 7D | D9 | 3E | 2A | 0 | F | DD | 40 | 3B |
| Octal | 123 | 175 | 331 | 76 | 52 | 0 | 17 | 335 | 100 | 73 |
| Binary | 1010011 | 1111101 | 11011001 | 111110 | 101010 | 0 | 1111 | 11011101 | 1000000 | 111011 |
Color Harmonies of #537DD9
Complementary color
Monochromatic Colors of #537DD9
Black with #537DD9
Text Example
Text Example
White with #537DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537DD9; }
p { color: rgb(83,125,217); }
H1.HeaderClassName
{
color: #537DD9;
}
.AnyTagClassName
{
color: #537DD9;
}
</style>
background-color css
<style>
a { background-color: #537DD9; }
a { background-color: rgb(83,125,217); }
div.DivClassName
{
background-color: #537DD9;
}
.BgClassName
{
background-color: #537DD9;
}
</style>
border-color css
<style>
span { border-color: #537DD9; }
span { border-color: rgb(83,125,217); }
td.TdClassName
{
border-color: #537DD9;
}
.TagClassName
{
border-color: #537DD9;
}
</style>