Shades of Havelock Blue #537FB6
Tints of Havelock Blue #537FB6
RGB
CMYK
RGB Variations
Color information
#537FB6 (or 0x537FB6) is known color: Havelock Blue. HEX triplet: 53, 7F and B6. RGB value is (83,127,182). Sum of RGB (Red+Green+Blue) = 83+127+182=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 182 (71.48% from 255 or 46.43% from 392); Max value from RGB is 182 - color contains mainly: blue. Hex color #537FB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537FB6 is #AC8049. Grayscale: #777777. Windows color (decimal): -11305034 or 11960147. OLE color: 11960147.
HSL color Cylindrical-coordinate representation of color #537FB6: hue angle of 213.33º 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 #537FB6 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 127 | 182 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.29 |
| HSL | 213.33º | 0.4% | 0.52% | - |
| HSV(B) | 213.33º | 0.54% | 0.71% | - |
| XYZ | 19.6 | 20.4 | 47.16 | - |
| YUV | 120.11 | 162.92 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 127 | 182 | 0.54 | 0.30 | 0 | 0.29 | 213.33 | 0.4 | 0.52 |
| Hex | 53 | 7F | B6 | 36 | 1E | 0 | 1D | D5 | 28 | 34 |
| Octal | 123 | 177 | 266 | 66 | 36 | 0 | 35 | 325 | 50 | 64 |
| Binary | 1010011 | 1111111 | 10110110 | 110110 | 11110 | 0 | 11101 | 11010101 | 101000 | 110100 |
Color Harmonies of #537FB6
Complementary color
Monochromatic Colors of #537FB6
Black with #537FB6
Text Example
Text Example
White with #537FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537FB6; }
p { color: rgb(83,127,182); }
H1.HeaderClassName
{
color: #537FB6;
}
.AnyTagClassName
{
color: #537FB6;
}
</style>
background-color css
<style>
a { background-color: #537FB6; }
a { background-color: rgb(83,127,182); }
div.DivClassName
{
background-color: #537FB6;
}
.BgClassName
{
background-color: #537FB6;
}
</style>
border-color css
<style>
span { border-color: #537FB6; }
span { border-color: rgb(83,127,182); }
td.TdClassName
{
border-color: #537FB6;
}
.TagClassName
{
border-color: #537FB6;
}
</style>