Shades of Havelock Blue #5174BB
Tints of Havelock Blue #5174BB
RGB
CMYK
RGB Variations
Color information
#5174BB (or 0x5174BB) is known color: Havelock Blue. HEX triplet: 51, 74 and BB. RGB value is (81,116,187). Sum of RGB (Red+Green+Blue) = 81+116+187=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #5174BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5174BB is #AE8B44. Grayscale: #717171. Windows color (decimal): -11438917 or 12285009. OLE color: 12285009.
HSL color Cylindrical-coordinate representation of color #5174BB: hue angle of 220.19º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5174BB is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 116 | 187 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.27 |
| HSL | 220.19º | 0.44% | 0.53% | - |
| HSV(B) | 220.19º | 0.57% | 0.73% | - |
| XYZ | 18.61 | 17.83 | 49.47 | - |
| YUV | 113.63 | 169.4 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 116 | 187 | 0.57 | 0.38 | 0 | 0.27 | 220.19 | 0.44 | 0.53 |
| Hex | 51 | 74 | BB | 39 | 26 | 0 | 1B | DC | 2C | 35 |
| Octal | 121 | 164 | 273 | 71 | 46 | 0 | 33 | 334 | 54 | 65 |
| Binary | 1010001 | 1110100 | 10111011 | 111001 | 100110 | 0 | 11011 | 11011100 | 101100 | 110101 |
Color Harmonies of #5174BB
Complementary color
Monochromatic Colors of #5174BB
Black with #5174BB
Text Example
Text Example
White with #5174BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5174BB; }
p { color: rgb(81,116,187); }
H1.HeaderClassName
{
color: #5174BB;
}
.AnyTagClassName
{
color: #5174BB;
}
</style>
background-color css
<style>
a { background-color: #5174BB; }
a { background-color: rgb(81,116,187); }
div.DivClassName
{
background-color: #5174BB;
}
.BgClassName
{
background-color: #5174BB;
}
</style>
border-color css
<style>
span { border-color: #5174BB; }
span { border-color: rgb(81,116,187); }
td.TdClassName
{
border-color: #5174BB;
}
.TagClassName
{
border-color: #5174BB;
}
</style>