Shades of Havelock Blue #5D79AD
Tints of Havelock Blue #5D79AD
RGB
CMYK
RGB Variations
Color information
#5D79AD (or 0x5D79AD) is known color: Havelock Blue. HEX triplet: 5D, 79 and AD. RGB value is (93,121,173). Sum of RGB (Red+Green+Blue) = 93+121+173=387 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.03% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #5D79AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D79AD is #A28652. Grayscale: #767676. Windows color (decimal): -10651219 or 11368797. OLE color: 11368797.
HSL color Cylindrical-coordinate representation of color #5D79AD: hue angle of 219º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D79AD is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 121 | 173 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.32 |
| HSL | 219º | 0.33% | 0.52% | - |
| HSV(B) | 219º | 0.46% | 0.68% | - |
| XYZ | 18.89 | 19.02 | 42.21 | - |
| YUV | 118.56 | 158.72 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 121 | 173 | 0.46 | 0.30 | 0 | 0.32 | 219 | 0.33 | 0.52 |
| Hex | 5D | 79 | AD | 2E | 1E | 0 | 20 | DB | 21 | 34 |
| Octal | 135 | 171 | 255 | 56 | 36 | 0 | 40 | 333 | 41 | 64 |
| Binary | 1011101 | 1111001 | 10101101 | 101110 | 11110 | 0 | 100000 | 11011011 | 100001 | 110100 |
Color Harmonies of #5D79AD
Complementary color
Monochromatic Colors of #5D79AD
Black with #5D79AD
Text Example
Text Example
White with #5D79AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D79AD; }
p { color: rgb(93,121,173); }
H1.HeaderClassName
{
color: #5D79AD;
}
.AnyTagClassName
{
color: #5D79AD;
}
</style>
background-color css
<style>
a { background-color: #5D79AD; }
a { background-color: rgb(93,121,173); }
div.DivClassName
{
background-color: #5D79AD;
}
.BgClassName
{
background-color: #5D79AD;
}
</style>
border-color css
<style>
span { border-color: #5D79AD; }
span { border-color: rgb(93,121,173); }
td.TdClassName
{
border-color: #5D79AD;
}
.TagClassName
{
border-color: #5D79AD;
}
</style>