Shades of Havelock Blue #537CC9
Tints of Havelock Blue #537CC9
RGB
CMYK
RGB Variations
Color information
#537CC9 (or 0x537CC9) is known color: Havelock Blue. HEX triplet: 53, 7C and C9. RGB value is (83,124,201). Sum of RGB (Red+Green+Blue) = 83+124+201=408 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.34% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #537CC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537CC9 is #AC8336. Grayscale: #787878. Windows color (decimal): -11305783 or 13204563. OLE color: 13204563.
HSL color Cylindrical-coordinate representation of color #537CC9: hue angle of 219.15º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #537CC9 is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 124 | 201 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.21 |
| HSL | 219.15º | 0.52% | 0.56% | - |
| HSV(B) | 219.15º | 0.59% | 0.79% | - |
| XYZ | 21.32 | 20.47 | 58.09 | - |
| YUV | 120.52 | 173.42 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 201 | 0.59 | 0.38 | 0 | 0.21 | 219.15 | 0.52 | 0.56 |
| Hex | 53 | 7C | C9 | 3B | 26 | 0 | 15 | DB | 34 | 38 |
| Octal | 123 | 174 | 311 | 73 | 46 | 0 | 25 | 333 | 64 | 70 |
| Binary | 1010011 | 1111100 | 11001001 | 111011 | 100110 | 0 | 10101 | 11011011 | 110100 | 111000 |
Color Harmonies of #537CC9
Complementary color
Monochromatic Colors of #537CC9
Black with #537CC9
Text Example
Text Example
White with #537CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537CC9; }
p { color: rgb(83,124,201); }
H1.HeaderClassName
{
color: #537CC9;
}
.AnyTagClassName
{
color: #537CC9;
}
</style>
background-color css
<style>
a { background-color: #537CC9; }
a { background-color: rgb(83,124,201); }
div.DivClassName
{
background-color: #537CC9;
}
.BgClassName
{
background-color: #537CC9;
}
</style>
border-color css
<style>
span { border-color: #537CC9; }
span { border-color: rgb(83,124,201); }
td.TdClassName
{
border-color: #537CC9;
}
.TagClassName
{
border-color: #537CC9;
}
</style>