Shades of Havelock Blue #537ED9
Tints of Havelock Blue #537ED9
RGB
CMYK
RGB Variations
Color information
#537ED9 (or 0x537ED9) is known color: Havelock Blue. HEX triplet: 53, 7E and D9. RGB value is (83,126,217). Sum of RGB (Red+Green+Blue) = 83+126+217=426 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.48% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 217 (85.16% from 255 or 50.94% from 426); Max value from RGB is 217 - color contains mainly: blue. Hex color #537ED9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537ED9 is #AC8126. Grayscale: #7B7B7B. Windows color (decimal): -11305255 or 14253651. OLE color: 14253651.
HSL color Cylindrical-coordinate representation of color #537ED9: hue angle of 220.75º 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 #537ED9 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 126 | 217 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.15 |
| HSL | 220.75º | 0.64% | 0.59% | - |
| HSV(B) | 220.75º | 0.62% | 0.85% | - |
| XYZ | 23.55 | 21.77 | 68.61 | - |
| YUV | 123.52 | 180.75 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 126 | 217 | 0.62 | 0.42 | 0 | 0.15 | 220.75 | 0.64 | 0.59 |
| Hex | 53 | 7E | D9 | 3E | 2A | 0 | F | DD | 40 | 3B |
| Octal | 123 | 176 | 331 | 76 | 52 | 0 | 17 | 335 | 100 | 73 |
| Binary | 1010011 | 1111110 | 11011001 | 111110 | 101010 | 0 | 1111 | 11011101 | 1000000 | 111011 |
Color Harmonies of #537ED9
Complementary color
Monochromatic Colors of #537ED9
Black with #537ED9
Text Example
Text Example
White with #537ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537ED9; }
p { color: rgb(83,126,217); }
H1.HeaderClassName
{
color: #537ED9;
}
.AnyTagClassName
{
color: #537ED9;
}
</style>
background-color css
<style>
a { background-color: #537ED9; }
a { background-color: rgb(83,126,217); }
div.DivClassName
{
background-color: #537ED9;
}
.BgClassName
{
background-color: #537ED9;
}
</style>
border-color css
<style>
span { border-color: #537ED9; }
span { border-color: rgb(83,126,217); }
td.TdClassName
{
border-color: #537ED9;
}
.TagClassName
{
border-color: #537ED9;
}
</style>