Shades of Havelock Blue #537BCB
Tints of Havelock Blue #537BCB
RGB
CMYK
RGB Variations
Color information
#537BCB (or 0x537BCB) is known color: Havelock Blue. HEX triplet: 53, 7B and CB. RGB value is (83,123,203). Sum of RGB (Red+Green+Blue) = 83+123+203=409 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.29% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #537BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537BCB is #AC8434. Grayscale: #777777. Windows color (decimal): -11306037 or 13335379. OLE color: 13335379.
HSL color Cylindrical-coordinate representation of color #537BCB: hue angle of 220º 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 #537BCB is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 123 | 203 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.20 |
| HSL | 220º | 0.54% | 0.56% | - |
| HSV(B) | 220º | 0.59% | 0.8% | - |
| XYZ | 21.43 | 20.32 | 59.29 | - |
| YUV | 120.16 | 174.75 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 123 | 203 | 0.59 | 0.39 | 0 | 0.20 | 220 | 0.54 | 0.56 |
| Hex | 53 | 7B | CB | 3B | 27 | 0 | 14 | DC | 36 | 38 |
| Octal | 123 | 173 | 313 | 73 | 47 | 0 | 24 | 334 | 66 | 70 |
| Binary | 1010011 | 1111011 | 11001011 | 111011 | 100111 | 0 | 10100 | 11011100 | 110110 | 111000 |
Color Harmonies of #537BCB
Complementary color
Monochromatic Colors of #537BCB
Black with #537BCB
Text Example
Text Example
White with #537BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537BCB; }
p { color: rgb(83,123,203); }
H1.HeaderClassName
{
color: #537BCB;
}
.AnyTagClassName
{
color: #537BCB;
}
</style>
background-color css
<style>
a { background-color: #537BCB; }
a { background-color: rgb(83,123,203); }
div.DivClassName
{
background-color: #537BCB;
}
.BgClassName
{
background-color: #537BCB;
}
</style>
border-color css
<style>
span { border-color: #537BCB; }
span { border-color: rgb(83,123,203); }
td.TdClassName
{
border-color: #537BCB;
}
.TagClassName
{
border-color: #537BCB;
}
</style>