Shades of Havelock Blue #537FDB
Tints of Havelock Blue #537FDB
RGB
CMYK
RGB Variations
Color information
#537FDB (or 0x537FDB) is known color: Havelock Blue. HEX triplet: 53, 7F and DB. RGB value is (83,127,219). Sum of RGB (Red+Green+Blue) = 83+127+219=429 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.35% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #537FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537FDB is #AC8024. Grayscale: #7B7B7B. Windows color (decimal): -11304997 or 14384979. OLE color: 14384979.
HSL color Cylindrical-coordinate representation of color #537FDB: hue angle of 220.59º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #537FDB is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 127 | 219 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.14 |
| HSL | 220.59º | 0.65% | 0.59% | - |
| HSV(B) | 220.59º | 0.62% | 0.86% | - |
| XYZ | 23.94 | 22.13 | 70.03 | - |
| YUV | 124.33 | 181.42 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 127 | 219 | 0.62 | 0.42 | 0 | 0.14 | 220.59 | 0.65 | 0.59 |
| Hex | 53 | 7F | DB | 3E | 2A | 0 | E | DD | 41 | 3B |
| Octal | 123 | 177 | 333 | 76 | 52 | 0 | 16 | 335 | 101 | 73 |
| Binary | 1010011 | 1111111 | 11011011 | 111110 | 101010 | 0 | 1110 | 11011101 | 1000001 | 111011 |
Color Harmonies of #537FDB
Complementary color
Monochromatic Colors of #537FDB
Black with #537FDB
Text Example
Text Example
White with #537FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537FDB; }
p { color: rgb(83,127,219); }
H1.HeaderClassName
{
color: #537FDB;
}
.AnyTagClassName
{
color: #537FDB;
}
</style>
background-color css
<style>
a { background-color: #537FDB; }
a { background-color: rgb(83,127,219); }
div.DivClassName
{
background-color: #537FDB;
}
.BgClassName
{
background-color: #537FDB;
}
</style>
border-color css
<style>
span { border-color: #537FDB; }
span { border-color: rgb(83,127,219); }
td.TdClassName
{
border-color: #537FDB;
}
.TagClassName
{
border-color: #537FDB;
}
</style>