Shades of Havelock Blue #5184CE
Tints of Havelock Blue #5184CE
RGB
CMYK
RGB Variations
Color information
#5184CE (or 0x5184CE) is known color: Havelock Blue. HEX triplet: 51, 84 and CE. RGB value is (81,132,206). Sum of RGB (Red+Green+Blue) = 81+132+206=419 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.33% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #5184CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5184CE is #AE7B31. Grayscale: #7C7C7C. Windows color (decimal): -11434802 or 13534289. OLE color: 13534289.
HSL color Cylindrical-coordinate representation of color #5184CE: hue angle of 215.52º 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 #5184CE is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 132 | 206 | - |
| CMYK | 0.61 | 0.36 | 0 | 0.19 |
| HSL | 215.52º | 0.56% | 0.56% | - |
| HSV(B) | 215.52º | 0.61% | 0.81% | - |
| XYZ | 22.79 | 22.71 | 61.57 | - |
| YUV | 125.19 | 173.6 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 132 | 206 | 0.61 | 0.36 | 0 | 0.19 | 215.52 | 0.56 | 0.56 |
| Hex | 51 | 84 | CE | 3D | 24 | 0 | 13 | D8 | 38 | 38 |
| Octal | 121 | 204 | 316 | 75 | 44 | 0 | 23 | 330 | 70 | 70 |
| Binary | 1010001 | 10000100 | 11001110 | 111101 | 100100 | 0 | 10011 | 11011000 | 111000 | 111000 |
Color Harmonies of #5184CE
Complementary color
Monochromatic Colors of #5184CE
Black with #5184CE
Text Example
Text Example
White with #5184CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5184CE; }
p { color: rgb(81,132,206); }
H1.HeaderClassName
{
color: #5184CE;
}
.AnyTagClassName
{
color: #5184CE;
}
</style>
background-color css
<style>
a { background-color: #5184CE; }
a { background-color: rgb(81,132,206); }
div.DivClassName
{
background-color: #5184CE;
}
.BgClassName
{
background-color: #5184CE;
}
</style>
border-color css
<style>
span { border-color: #5184CE; }
span { border-color: rgb(81,132,206); }
td.TdClassName
{
border-color: #5184CE;
}
.TagClassName
{
border-color: #5184CE;
}
</style>