Shades of Havelock Blue #5D7FAF
Tints of Havelock Blue #5D7FAF
RGB
CMYK
RGB Variations
Color information
#5D7FAF (or 0x5D7FAF) is known color: Havelock Blue. HEX triplet: 5D, 7F and AF. RGB value is (93,127,175). Sum of RGB (Red+Green+Blue) = 93+127+175=395 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.54% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D7FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7FAF is #A28050. Grayscale: #7A7A7A. Windows color (decimal): -10649681 or 11501405. OLE color: 11501405.
HSL color Cylindrical-coordinate representation of color #5D7FAF: hue angle of 215.12º 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 #5D7FAF is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 127 | 175 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.31 |
| HSL | 215.12º | 0.34% | 0.53% | - |
| HSV(B) | 215.12º | 0.47% | 0.69% | - |
| XYZ | 19.84 | 20.6 | 43.49 | - |
| YUV | 122.31 | 157.74 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 127 | 175 | 0.47 | 0.27 | 0 | 0.31 | 215.12 | 0.34 | 0.53 |
| Hex | 5D | 7F | AF | 2F | 1B | 0 | 1F | D7 | 22 | 35 |
| Octal | 135 | 177 | 257 | 57 | 33 | 0 | 37 | 327 | 42 | 65 |
| Binary | 1011101 | 1111111 | 10101111 | 101111 | 11011 | 0 | 11111 | 11010111 | 100010 | 110101 |
Color Harmonies of #5D7FAF
Complementary color
Monochromatic Colors of #5D7FAF
Black with #5D7FAF
Text Example
Text Example
White with #5D7FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7FAF; }
p { color: rgb(93,127,175); }
H1.HeaderClassName
{
color: #5D7FAF;
}
.AnyTagClassName
{
color: #5D7FAF;
}
</style>
background-color css
<style>
a { background-color: #5D7FAF; }
a { background-color: rgb(93,127,175); }
div.DivClassName
{
background-color: #5D7FAF;
}
.BgClassName
{
background-color: #5D7FAF;
}
</style>
border-color css
<style>
span { border-color: #5D7FAF; }
span { border-color: rgb(93,127,175); }
td.TdClassName
{
border-color: #5D7FAF;
}
.TagClassName
{
border-color: #5D7FAF;
}
</style>