Shades of Havelock Blue #5181CC
Tints of Havelock Blue #5181CC
RGB
CMYK
RGB Variations
Color information
#5181CC (or 0x5181CC) is known color: Havelock Blue. HEX triplet: 51, 81 and CC. RGB value is (81,129,204). Sum of RGB (Red+Green+Blue) = 81+129+204=414 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.57% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #5181CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5181CC is #AE7E33. Grayscale: #7A7A7A. Windows color (decimal): -11435572 or 13402449. OLE color: 13402449.
HSL color Cylindrical-coordinate representation of color #5181CC: hue angle of 216.59º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5181CC is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 129 | 204 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.2 |
| HSL | 216.59º | 0.55% | 0.56% | - |
| HSV(B) | 216.59º | 0.6% | 0.8% | - |
| XYZ | 22.14 | 21.81 | 60.17 | - |
| YUV | 123.2 | 173.6 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 129 | 204 | 0.60 | 0.37 | 0 | 0.2 | 216.59 | 0.55 | 0.56 |
| Hex | 51 | 81 | CC | 3C | 25 | 0 | 14 | D9 | 37 | 38 |
| Octal | 121 | 201 | 314 | 74 | 45 | 0 | 24 | 331 | 67 | 70 |
| Binary | 1010001 | 10000001 | 11001100 | 111100 | 100101 | 0 | 10100 | 11011001 | 110111 | 111000 |
Color Harmonies of #5181CC
Complementary color
Monochromatic Colors of #5181CC
Black with #5181CC
Text Example
Text Example
White with #5181CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5181CC; }
p { color: rgb(81,129,204); }
H1.HeaderClassName
{
color: #5181CC;
}
.AnyTagClassName
{
color: #5181CC;
}
</style>
background-color css
<style>
a { background-color: #5181CC; }
a { background-color: rgb(81,129,204); }
div.DivClassName
{
background-color: #5181CC;
}
.BgClassName
{
background-color: #5181CC;
}
</style>
border-color css
<style>
span { border-color: #5181CC; }
span { border-color: rgb(81,129,204); }
td.TdClassName
{
border-color: #5181CC;
}
.TagClassName
{
border-color: #5181CC;
}
</style>