Shades of Havelock Blue #5178BB
Tints of Havelock Blue #5178BB
RGB
CMYK
RGB Variations
Color information
#5178BB (or 0x5178BB) is known color: Havelock Blue. HEX triplet: 51, 78 and BB. RGB value is (81,120,187). Sum of RGB (Red+Green+Blue) = 81+120+187=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #5178BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5178BB is #AE8744. Grayscale: #737373. Windows color (decimal): -11437893 or 12286033. OLE color: 12286033.
HSL color Cylindrical-coordinate representation of color #5178BB: hue angle of 217.92º 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 #5178BB is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 120 | 187 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.27 |
| HSL | 217.92º | 0.44% | 0.53% | - |
| HSV(B) | 217.92º | 0.57% | 0.73% | - |
| XYZ | 19.08 | 18.77 | 49.63 | - |
| YUV | 115.98 | 168.08 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 120 | 187 | 0.57 | 0.36 | 0 | 0.27 | 217.92 | 0.44 | 0.53 |
| Hex | 51 | 78 | BB | 39 | 24 | 0 | 1B | DA | 2C | 35 |
| Octal | 121 | 170 | 273 | 71 | 44 | 0 | 33 | 332 | 54 | 65 |
| Binary | 1010001 | 1111000 | 10111011 | 111001 | 100100 | 0 | 11011 | 11011010 | 101100 | 110101 |
Color Harmonies of #5178BB
Complementary color
Monochromatic Colors of #5178BB
Black with #5178BB
Text Example
Text Example
White with #5178BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5178BB; }
p { color: rgb(81,120,187); }
H1.HeaderClassName
{
color: #5178BB;
}
.AnyTagClassName
{
color: #5178BB;
}
</style>
background-color css
<style>
a { background-color: #5178BB; }
a { background-color: rgb(81,120,187); }
div.DivClassName
{
background-color: #5178BB;
}
.BgClassName
{
background-color: #5178BB;
}
</style>
border-color css
<style>
span { border-color: #5178BB; }
span { border-color: rgb(81,120,187); }
td.TdClassName
{
border-color: #5178BB;
}
.TagClassName
{
border-color: #5178BB;
}
</style>