Shades of Havelock Blue #517AB7
Tints of Havelock Blue #517AB7
RGB
CMYK
RGB Variations
Color information
#517AB7 (or 0x517AB7) is known color: Havelock Blue. HEX triplet: 51, 7A and B7. RGB value is (81,122,183). Sum of RGB (Red+Green+Blue) = 81+122+183=386 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.98% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 183 (71.88% from 255 or 47.41% from 386); Max value from RGB is 183 - color contains mainly: blue. Hex color #517AB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517AB7 is #AE8548. Grayscale: #747474. Windows color (decimal): -11437385 or 12024401. OLE color: 12024401.
HSL color Cylindrical-coordinate representation of color #517AB7: hue angle of 215.88º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #517AB7 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 81 | 122 | 183 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.28 |
| HSL | 215.88º | 0.41% | 0.52% | - |
| HSV(B) | 215.88º | 0.56% | 0.72% | - |
| XYZ | 18.9 | 19.09 | 47.49 | - |
| YUV | 116.7 | 165.42 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 183 | 0.56 | 0.33 | 0 | 0.28 | 215.88 | 0.41 | 0.52 |
| Hex | 51 | 7A | B7 | 38 | 21 | 0 | 1C | D8 | 29 | 34 |
| Octal | 121 | 172 | 267 | 70 | 41 | 0 | 34 | 330 | 51 | 64 |
| Binary | 1010001 | 1111010 | 10110111 | 111000 | 100001 | 0 | 11100 | 11011000 | 101001 | 110100 |
Color Harmonies of #517AB7
Complementary color
Monochromatic Colors of #517AB7
Black with #517AB7
Text Example
Text Example
White with #517AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517AB7; }
p { color: rgb(81,122,183); }
H1.HeaderClassName
{
color: #517AB7;
}
.AnyTagClassName
{
color: #517AB7;
}
</style>
background-color css
<style>
a { background-color: #517AB7; }
a { background-color: rgb(81,122,183); }
div.DivClassName
{
background-color: #517AB7;
}
.BgClassName
{
background-color: #517AB7;
}
</style>
border-color css
<style>
span { border-color: #517AB7; }
span { border-color: rgb(81,122,183); }
td.TdClassName
{
border-color: #517AB7;
}
.TagClassName
{
border-color: #517AB7;
}
</style>