Shades of Havelock Blue #5175BD
Tints of Havelock Blue #5175BD
RGB
CMYK
RGB Variations
Color information
#5175BD (or 0x5175BD) is known color: Havelock Blue. HEX triplet: 51, 75 and BD. RGB value is (81,117,189). Sum of RGB (Red+Green+Blue) = 81+117+189=387 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.93% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #5175BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5175BD is #AE8A42. Grayscale: #727272. Windows color (decimal): -11438659 or 12416337. OLE color: 12416337.
HSL color Cylindrical-coordinate representation of color #5175BD: hue angle of 220º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5175BD is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 117 | 189 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.26 |
| HSL | 220º | 0.45% | 0.53% | - |
| HSV(B) | 220º | 0.57% | 0.74% | - |
| XYZ | 18.94 | 18.15 | 50.65 | - |
| YUV | 114.44 | 170.07 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 117 | 189 | 0.57 | 0.38 | 0 | 0.26 | 220 | 0.45 | 0.53 |
| Hex | 51 | 75 | BD | 39 | 26 | 0 | 1A | DC | 2D | 35 |
| Octal | 121 | 165 | 275 | 71 | 46 | 0 | 32 | 334 | 55 | 65 |
| Binary | 1010001 | 1110101 | 10111101 | 111001 | 100110 | 0 | 11010 | 11011100 | 101101 | 110101 |
Color Harmonies of #5175BD
Complementary color
Monochromatic Colors of #5175BD
Black with #5175BD
Text Example
Text Example
White with #5175BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5175BD; }
p { color: rgb(81,117,189); }
H1.HeaderClassName
{
color: #5175BD;
}
.AnyTagClassName
{
color: #5175BD;
}
</style>
background-color css
<style>
a { background-color: #5175BD; }
a { background-color: rgb(81,117,189); }
div.DivClassName
{
background-color: #5175BD;
}
.BgClassName
{
background-color: #5175BD;
}
</style>
border-color css
<style>
span { border-color: #5175BD; }
span { border-color: rgb(81,117,189); }
td.TdClassName
{
border-color: #5175BD;
}
.TagClassName
{
border-color: #5175BD;
}
</style>