Shades of Havelock Blue #537ACB
Tints of Havelock Blue #537ACB
RGB
CMYK
RGB Variations
Color information
#537ACB (or 0x537ACB) is known color: Havelock Blue. HEX triplet: 53, 7A and CB. RGB value is (83,122,203). Sum of RGB (Red+Green+Blue) = 83+122+203=408 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.34% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #537ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537ACB is #AC8534. Grayscale: #777777. Windows color (decimal): -11306293 or 13335123. OLE color: 13335123.
HSL color Cylindrical-coordinate representation of color #537ACB: hue angle of 220.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #537ACB is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 122 | 203 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.20 |
| HSL | 220.5º | 0.54% | 0.56% | - |
| HSV(B) | 220.5º | 0.59% | 0.8% | - |
| XYZ | 21.31 | 20.07 | 59.25 | - |
| YUV | 119.57 | 175.08 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 203 | 0.59 | 0.40 | 0 | 0.20 | 220.5 | 0.54 | 0.56 |
| Hex | 53 | 7A | CB | 3B | 28 | 0 | 14 | DC | 36 | 38 |
| Octal | 123 | 172 | 313 | 73 | 50 | 0 | 24 | 334 | 66 | 70 |
| Binary | 1010011 | 1111010 | 11001011 | 111011 | 101000 | 0 | 10100 | 11011100 | 110110 | 111000 |
Color Harmonies of #537ACB
Complementary color
Monochromatic Colors of #537ACB
Black with #537ACB
Text Example
Text Example
White with #537ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537ACB; }
p { color: rgb(83,122,203); }
H1.HeaderClassName
{
color: #537ACB;
}
.AnyTagClassName
{
color: #537ACB;
}
</style>
background-color css
<style>
a { background-color: #537ACB; }
a { background-color: rgb(83,122,203); }
div.DivClassName
{
background-color: #537ACB;
}
.BgClassName
{
background-color: #537ACB;
}
</style>
border-color css
<style>
span { border-color: #537ACB; }
span { border-color: rgb(83,122,203); }
td.TdClassName
{
border-color: #537ACB;
}
.TagClassName
{
border-color: #537ACB;
}
</style>