Shades of Havelock Blue #5D7DDB
Tints of Havelock Blue #5D7DDB
RGB
CMYK
RGB Variations
Color information
#5D7DDB (or 0x5D7DDB) is known color: Havelock Blue. HEX triplet: 5D, 7D and DB. RGB value is (93,125,219). Sum of RGB (Red+Green+Blue) = 93+125+219=437 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.28% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #5D7DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7DDB is #A28224. Grayscale: #7D7D7D. Windows color (decimal): -10650149 or 14384477. OLE color: 14384477.
HSL color Cylindrical-coordinate representation of color #5D7DDB: hue angle of 224.76º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D7DDB is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 125 | 219 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.14 |
| HSL | 224.76º | 0.64% | 0.61% | - |
| HSV(B) | 224.76º | 0.58% | 0.86% | - |
| XYZ | 24.63 | 22.11 | 69.99 | - |
| YUV | 126.15 | 180.4 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 125 | 219 | 0.58 | 0.43 | 0 | 0.14 | 224.76 | 0.64 | 0.61 |
| Hex | 5D | 7D | DB | 3A | 2B | 0 | E | E1 | 40 | 3D |
| Octal | 135 | 175 | 333 | 72 | 53 | 0 | 16 | 341 | 100 | 75 |
| Binary | 1011101 | 1111101 | 11011011 | 111010 | 101011 | 0 | 1110 | 11100001 | 1000000 | 111101 |
Color Harmonies of #5D7DDB
Complementary color
Monochromatic Colors of #5D7DDB
Black with #5D7DDB
Text Example
Text Example
White with #5D7DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7DDB; }
p { color: rgb(93,125,219); }
H1.HeaderClassName
{
color: #5D7DDB;
}
.AnyTagClassName
{
color: #5D7DDB;
}
</style>
background-color css
<style>
a { background-color: #5D7DDB; }
a { background-color: rgb(93,125,219); }
div.DivClassName
{
background-color: #5D7DDB;
}
.BgClassName
{
background-color: #5D7DDB;
}
</style>
border-color css
<style>
span { border-color: #5D7DDB; }
span { border-color: rgb(93,125,219); }
td.TdClassName
{
border-color: #5D7DDB;
}
.TagClassName
{
border-color: #5D7DDB;
}
</style>