Shades of Havelock Blue #5174BE
Tints of Havelock Blue #5174BE
RGB
CMYK
RGB Variations
Color information
#5174BE (or 0x5174BE) is known color: Havelock Blue. HEX triplet: 51, 74 and BE. RGB value is (81,116,190). Sum of RGB (Red+Green+Blue) = 81+116+190=387 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.93% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #5174BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5174BE is #AE8B41. Grayscale: #717171. Windows color (decimal): -11438914 or 12481617. OLE color: 12481617.
HSL color Cylindrical-coordinate representation of color #5174BE: hue angle of 220.73º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5174BE is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 116 | 190 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.25 |
| HSL | 220.73º | 0.46% | 0.53% | - |
| HSV(B) | 220.73º | 0.57% | 0.75% | - |
| XYZ | 18.93 | 17.96 | 51.18 | - |
| YUV | 113.97 | 170.9 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 116 | 190 | 0.57 | 0.39 | 0 | 0.25 | 220.73 | 0.46 | 0.53 |
| Hex | 51 | 74 | BE | 39 | 27 | 0 | 19 | DD | 2E | 35 |
| Octal | 121 | 164 | 276 | 71 | 47 | 0 | 31 | 335 | 56 | 65 |
| Binary | 1010001 | 1110100 | 10111110 | 111001 | 100111 | 0 | 11001 | 11011101 | 101110 | 110101 |
Color Harmonies of #5174BE
Complementary color
Monochromatic Colors of #5174BE
Black with #5174BE
Text Example
Text Example
White with #5174BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5174BE; }
p { color: rgb(81,116,190); }
H1.HeaderClassName
{
color: #5174BE;
}
.AnyTagClassName
{
color: #5174BE;
}
</style>
background-color css
<style>
a { background-color: #5174BE; }
a { background-color: rgb(81,116,190); }
div.DivClassName
{
background-color: #5174BE;
}
.BgClassName
{
background-color: #5174BE;
}
</style>
border-color css
<style>
span { border-color: #5174BE; }
span { border-color: rgb(81,116,190); }
td.TdClassName
{
border-color: #5174BE;
}
.TagClassName
{
border-color: #5174BE;
}
</style>