Shades of Havelock Blue #5174CE
Tints of Havelock Blue #5174CE
RGB
CMYK
RGB Variations
Color information
#5174CE (or 0x5174CE) is known color: Havelock Blue. HEX triplet: 51, 74 and CE. RGB value is (81,116,206). Sum of RGB (Red+Green+Blue) = 81+116+206=403 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.10% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #5174CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5174CE is #AE8B31. Grayscale: #737373. Windows color (decimal): -11438898 or 13530193. OLE color: 13530193.
HSL color Cylindrical-coordinate representation of color #5174CE: hue angle of 223.2º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5174CE is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 116 | 206 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.19 |
| HSL | 223.2º | 0.56% | 0.56% | - |
| HSV(B) | 223.2º | 0.61% | 0.81% | - |
| XYZ | 20.78 | 18.7 | 60.91 | - |
| YUV | 115.8 | 178.9 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 116 | 206 | 0.61 | 0.44 | 0 | 0.19 | 223.2 | 0.56 | 0.56 |
| Hex | 51 | 74 | CE | 3D | 2C | 0 | 13 | DF | 38 | 38 |
| Octal | 121 | 164 | 316 | 75 | 54 | 0 | 23 | 337 | 70 | 70 |
| Binary | 1010001 | 1110100 | 11001110 | 111101 | 101100 | 0 | 10011 | 11011111 | 111000 | 111000 |
Color Harmonies of #5174CE
Complementary color
Monochromatic Colors of #5174CE
Black with #5174CE
Text Example
Text Example
White with #5174CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5174CE; }
p { color: rgb(81,116,206); }
H1.HeaderClassName
{
color: #5174CE;
}
.AnyTagClassName
{
color: #5174CE;
}
</style>
background-color css
<style>
a { background-color: #5174CE; }
a { background-color: rgb(81,116,206); }
div.DivClassName
{
background-color: #5174CE;
}
.BgClassName
{
background-color: #5174CE;
}
</style>
border-color css
<style>
span { border-color: #5174CE; }
span { border-color: rgb(81,116,206); }
td.TdClassName
{
border-color: #5174CE;
}
.TagClassName
{
border-color: #5174CE;
}
</style>