Shades of Havelock Blue #5184CD
Tints of Havelock Blue #5184CD
RGB
CMYK
RGB Variations
Color information
#5184CD (or 0x5184CD) is known color: Havelock Blue. HEX triplet: 51, 84 and CD. RGB value is (81,132,205). Sum of RGB (Red+Green+Blue) = 81+132+205=418 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.38% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #5184CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5184CD is #AE7B32. Grayscale: #7C7C7C. Windows color (decimal): -11434803 or 13468753. OLE color: 13468753.
HSL color Cylindrical-coordinate representation of color #5184CD: hue angle of 215.32º 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 #5184CD is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 132 | 205 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.20 |
| HSL | 215.32º | 0.55% | 0.56% | - |
| HSV(B) | 215.32º | 0.6% | 0.8% | - |
| XYZ | 22.66 | 22.66 | 60.94 | - |
| YUV | 125.07 | 173.1 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 132 | 205 | 0.60 | 0.36 | 0 | 0.20 | 215.32 | 0.55 | 0.56 |
| Hex | 51 | 84 | CD | 3C | 24 | 0 | 14 | D7 | 37 | 38 |
| Octal | 121 | 204 | 315 | 74 | 44 | 0 | 24 | 327 | 67 | 70 |
| Binary | 1010001 | 10000100 | 11001101 | 111100 | 100100 | 0 | 10100 | 11010111 | 110111 | 111000 |
Color Harmonies of #5184CD
Complementary color
Monochromatic Colors of #5184CD
Black with #5184CD
Text Example
Text Example
White with #5184CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5184CD; }
p { color: rgb(81,132,205); }
H1.HeaderClassName
{
color: #5184CD;
}
.AnyTagClassName
{
color: #5184CD;
}
</style>
background-color css
<style>
a { background-color: #5184CD; }
a { background-color: rgb(81,132,205); }
div.DivClassName
{
background-color: #5184CD;
}
.BgClassName
{
background-color: #5184CD;
}
</style>
border-color css
<style>
span { border-color: #5184CD; }
span { border-color: rgb(81,132,205); }
td.TdClassName
{
border-color: #5184CD;
}
.TagClassName
{
border-color: #5184CD;
}
</style>