Shades of Havelock Blue #5D79AF
Tints of Havelock Blue #5D79AF
RGB
CMYK
RGB Variations
Color information
#5D79AF (or 0x5D79AF) is known color: Havelock Blue. HEX triplet: 5D, 79 and AF. RGB value is (93,121,175). Sum of RGB (Red+Green+Blue) = 93+121+175=389 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.91% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D79AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D79AF is #A28650. Grayscale: #767676. Windows color (decimal): -10651217 or 11499869. OLE color: 11499869.
HSL color Cylindrical-coordinate representation of color #5D79AF: hue angle of 219.51º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D79AF is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 121 | 175 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.31 |
| HSL | 219.51º | 0.34% | 0.53% | - |
| HSV(B) | 219.51º | 0.47% | 0.69% | - |
| XYZ | 19.09 | 19.1 | 43.24 | - |
| YUV | 118.78 | 159.72 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 121 | 175 | 0.47 | 0.31 | 0 | 0.31 | 219.51 | 0.34 | 0.53 |
| Hex | 5D | 79 | AF | 2F | 1F | 0 | 1F | DC | 22 | 35 |
| Octal | 135 | 171 | 257 | 57 | 37 | 0 | 37 | 334 | 42 | 65 |
| Binary | 1011101 | 1111001 | 10101111 | 101111 | 11111 | 0 | 11111 | 11011100 | 100010 | 110101 |
Color Harmonies of #5D79AF
Complementary color
Monochromatic Colors of #5D79AF
Black with #5D79AF
Text Example
Text Example
White with #5D79AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D79AF; }
p { color: rgb(93,121,175); }
H1.HeaderClassName
{
color: #5D79AF;
}
.AnyTagClassName
{
color: #5D79AF;
}
</style>
background-color css
<style>
a { background-color: #5D79AF; }
a { background-color: rgb(93,121,175); }
div.DivClassName
{
background-color: #5D79AF;
}
.BgClassName
{
background-color: #5D79AF;
}
</style>
border-color css
<style>
span { border-color: #5D79AF; }
span { border-color: rgb(93,121,175); }
td.TdClassName
{
border-color: #5D79AF;
}
.TagClassName
{
border-color: #5D79AF;
}
</style>