Shades of Havelock Blue #5174BF
Tints of Havelock Blue #5174BF
RGB
CMYK
RGB Variations
Color information
#5174BF (or 0x5174BF) is known color: Havelock Blue. HEX triplet: 51, 74 and BF. RGB value is (81,116,191). Sum of RGB (Red+Green+Blue) = 81+116+191=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #5174BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5174BF is #AE8B40. Grayscale: #717171. Windows color (decimal): -11438913 or 12547153. OLE color: 12547153.
HSL color Cylindrical-coordinate representation of color #5174BF: hue angle of 220.91º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5174BF is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 116 | 191 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.25 |
| HSL | 220.91º | 0.46% | 0.53% | - |
| HSV(B) | 220.91º | 0.58% | 0.75% | - |
| XYZ | 19.04 | 18 | 51.76 | - |
| YUV | 114.09 | 171.4 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 116 | 191 | 0.58 | 0.39 | 0 | 0.25 | 220.91 | 0.46 | 0.53 |
| Hex | 51 | 74 | BF | 3A | 27 | 0 | 19 | DD | 2E | 35 |
| Octal | 121 | 164 | 277 | 72 | 47 | 0 | 31 | 335 | 56 | 65 |
| Binary | 1010001 | 1110100 | 10111111 | 111010 | 100111 | 0 | 11001 | 11011101 | 101110 | 110101 |
Color Harmonies of #5174BF
Complementary color
Monochromatic Colors of #5174BF
Black with #5174BF
Text Example
Text Example
White with #5174BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5174BF; }
p { color: rgb(81,116,191); }
H1.HeaderClassName
{
color: #5174BF;
}
.AnyTagClassName
{
color: #5174BF;
}
</style>
background-color css
<style>
a { background-color: #5174BF; }
a { background-color: rgb(81,116,191); }
div.DivClassName
{
background-color: #5174BF;
}
.BgClassName
{
background-color: #5174BF;
}
</style>
border-color css
<style>
span { border-color: #5174BF; }
span { border-color: rgb(81,116,191); }
td.TdClassName
{
border-color: #5174BF;
}
.TagClassName
{
border-color: #5174BF;
}
</style>