Shades of Havelock Blue #537EC3
Tints of Havelock Blue #537EC3
RGB
CMYK
RGB Variations
Color information
#537EC3 (or 0x537EC3) is known color: Havelock Blue. HEX triplet: 53, 7E and C3. RGB value is (83,126,195). Sum of RGB (Red+Green+Blue) = 83+126+195=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 195 (76.56% from 255 or 48.27% from 404); Max value from RGB is 195 - color contains mainly: blue. Hex color #537EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537EC3 is #AC813C. Grayscale: #787878. Windows color (decimal): -11305277 or 12811859. OLE color: 12811859.
HSL color Cylindrical-coordinate representation of color #537EC3: hue angle of 216.96º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #537EC3 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 126 | 195 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.24 |
| HSL | 216.96º | 0.48% | 0.55% | - |
| HSV(B) | 216.96º | 0.57% | 0.76% | - |
| XYZ | 20.88 | 20.7 | 54.53 | - |
| YUV | 121.01 | 169.75 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 126 | 195 | 0.57 | 0.35 | 0 | 0.24 | 216.96 | 0.48 | 0.55 |
| Hex | 53 | 7E | C3 | 39 | 23 | 0 | 18 | D9 | 30 | 37 |
| Octal | 123 | 176 | 303 | 71 | 43 | 0 | 30 | 331 | 60 | 67 |
| Binary | 1010011 | 1111110 | 11000011 | 111001 | 100011 | 0 | 11000 | 11011001 | 110000 | 110111 |
Color Harmonies of #537EC3
Complementary color
Monochromatic Colors of #537EC3
Black with #537EC3
Text Example
Text Example
White with #537EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537EC3; }
p { color: rgb(83,126,195); }
H1.HeaderClassName
{
color: #537EC3;
}
.AnyTagClassName
{
color: #537EC3;
}
</style>
background-color css
<style>
a { background-color: #537EC3; }
a { background-color: rgb(83,126,195); }
div.DivClassName
{
background-color: #537EC3;
}
.BgClassName
{
background-color: #537EC3;
}
</style>
border-color css
<style>
span { border-color: #537EC3; }
span { border-color: rgb(83,126,195); }
td.TdClassName
{
border-color: #537EC3;
}
.TagClassName
{
border-color: #537EC3;
}
</style>