Shades of Havelock Blue #537DB4
Tints of Havelock Blue #537DB4
RGB
CMYK
RGB Variations
Color information
#537DB4 (or 0x537DB4) is known color: Havelock Blue. HEX triplet: 53, 7D and B4. RGB value is (83,125,180). Sum of RGB (Red+Green+Blue) = 83+125+180=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 180 (70.70% from 255 or 46.39% from 388); Max value from RGB is 180 - color contains mainly: blue. Hex color #537DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537DB4 is #AC824B. Grayscale: #767676. Windows color (decimal): -11305548 or 11828563. OLE color: 11828563.
HSL color Cylindrical-coordinate representation of color #537DB4: hue angle of 214.02º degrees, saturation: 0.39, 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 #537DB4 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 125 | 180 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.29 |
| HSL | 214.02º | 0.39% | 0.52% | - |
| HSV(B) | 214.02º | 0.54% | 0.71% | - |
| XYZ | 19.14 | 19.8 | 45.99 | - |
| YUV | 118.71 | 162.59 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 125 | 180 | 0.54 | 0.31 | 0 | 0.29 | 214.02 | 0.39 | 0.52 |
| Hex | 53 | 7D | B4 | 36 | 1F | 0 | 1D | D6 | 27 | 34 |
| Octal | 123 | 175 | 264 | 66 | 37 | 0 | 35 | 326 | 47 | 64 |
| Binary | 1010011 | 1111101 | 10110100 | 110110 | 11111 | 0 | 11101 | 11010110 | 100111 | 110100 |
Color Harmonies of #537DB4
Complementary color
Monochromatic Colors of #537DB4
Black with #537DB4
Text Example
Text Example
White with #537DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537DB4; }
p { color: rgb(83,125,180); }
H1.HeaderClassName
{
color: #537DB4;
}
.AnyTagClassName
{
color: #537DB4;
}
</style>
background-color css
<style>
a { background-color: #537DB4; }
a { background-color: rgb(83,125,180); }
div.DivClassName
{
background-color: #537DB4;
}
.BgClassName
{
background-color: #537DB4;
}
</style>
border-color css
<style>
span { border-color: #537DB4; }
span { border-color: rgb(83,125,180); }
td.TdClassName
{
border-color: #537DB4;
}
.TagClassName
{
border-color: #537DB4;
}
</style>