Shades of Havelock Blue #537DB5
Tints of Havelock Blue #537DB5
RGB
CMYK
RGB Variations
Color information
#537DB5 (or 0x537DB5) is known color: Havelock Blue. HEX triplet: 53, 7D and B5. RGB value is (83,125,181). Sum of RGB (Red+Green+Blue) = 83+125+181=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 181 (71.09% from 255 or 46.53% from 389); Max value from RGB is 181 - color contains mainly: blue. Hex color #537DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537DB5 is #AC824A. Grayscale: #767676. Windows color (decimal): -11305547 or 11894099. OLE color: 11894099.
HSL color Cylindrical-coordinate representation of color #537DB5: hue angle of 214.29º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #537DB5 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 125 | 181 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.29 |
| HSL | 214.29º | 0.4% | 0.52% | - |
| HSV(B) | 214.29º | 0.54% | 0.71% | - |
| XYZ | 19.24 | 19.84 | 46.53 | - |
| YUV | 118.83 | 163.09 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 125 | 181 | 0.54 | 0.31 | 0 | 0.29 | 214.29 | 0.4 | 0.52 |
| Hex | 53 | 7D | B5 | 36 | 1F | 0 | 1D | D6 | 28 | 34 |
| Octal | 123 | 175 | 265 | 66 | 37 | 0 | 35 | 326 | 50 | 64 |
| Binary | 1010011 | 1111101 | 10110101 | 110110 | 11111 | 0 | 11101 | 11010110 | 101000 | 110100 |
Color Harmonies of #537DB5
Complementary color
Monochromatic Colors of #537DB5
Black with #537DB5
Text Example
Text Example
White with #537DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537DB5; }
p { color: rgb(83,125,181); }
H1.HeaderClassName
{
color: #537DB5;
}
.AnyTagClassName
{
color: #537DB5;
}
</style>
background-color css
<style>
a { background-color: #537DB5; }
a { background-color: rgb(83,125,181); }
div.DivClassName
{
background-color: #537DB5;
}
.BgClassName
{
background-color: #537DB5;
}
</style>
border-color css
<style>
span { border-color: #537DB5; }
span { border-color: rgb(83,125,181); }
td.TdClassName
{
border-color: #537DB5;
}
.TagClassName
{
border-color: #537DB5;
}
</style>