Shades of Havelock Blue #5182DC
Tints of Havelock Blue #5182DC
RGB
CMYK
RGB Variations
Color information
#5182DC (or 0x5182DC) is known color: Havelock Blue. HEX triplet: 51, 82 and DC. RGB value is (81,130,220). Sum of RGB (Red+Green+Blue) = 81+130+220=431 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.79% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #5182DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5182DC is #AE7D23. Grayscale: #7D7D7D. Windows color (decimal): -11435300 or 14451281. OLE color: 14451281.
HSL color Cylindrical-coordinate representation of color #5182DC: hue angle of 218.85º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5182DC is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 130 | 220 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.14 |
| HSL | 218.85º | 0.67% | 0.59% | - |
| HSV(B) | 218.85º | 0.63% | 0.86% | - |
| XYZ | 24.29 | 22.88 | 70.85 | - |
| YUV | 125.61 | 181.27 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 130 | 220 | 0.63 | 0.41 | 0 | 0.14 | 218.85 | 0.67 | 0.59 |
| Hex | 51 | 82 | DC | 3F | 29 | 0 | E | DB | 43 | 3B |
| Octal | 121 | 202 | 334 | 77 | 51 | 0 | 16 | 333 | 103 | 73 |
| Binary | 1010001 | 10000010 | 11011100 | 111111 | 101001 | 0 | 1110 | 11011011 | 1000011 | 111011 |
Color Harmonies of #5182DC
Complementary color
Monochromatic Colors of #5182DC
Black with #5182DC
Text Example
Text Example
White with #5182DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5182DC; }
p { color: rgb(81,130,220); }
H1.HeaderClassName
{
color: #5182DC;
}
.AnyTagClassName
{
color: #5182DC;
}
</style>
background-color css
<style>
a { background-color: #5182DC; }
a { background-color: rgb(81,130,220); }
div.DivClassName
{
background-color: #5182DC;
}
.BgClassName
{
background-color: #5182DC;
}
</style>
border-color css
<style>
span { border-color: #5182DC; }
span { border-color: rgb(81,130,220); }
td.TdClassName
{
border-color: #5182DC;
}
.TagClassName
{
border-color: #5182DC;
}
</style>