Shades of Havelock Blue #5185DA
Tints of Havelock Blue #5185DA
RGB
CMYK
RGB Variations
Color information
#5185DA (or 0x5185DA) is known color: Havelock Blue. HEX triplet: 51, 85 and DA. RGB value is (81,133,218). Sum of RGB (Red+Green+Blue) = 81+133+218=432 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.75% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #5185DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5185DA is #AE7A25. Grayscale: #7E7E7E. Windows color (decimal): -11434534 or 14320977. OLE color: 14320977.
HSL color Cylindrical-coordinate representation of color #5185DA: hue angle of 217.23º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5185DA is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 133 | 218 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.15 |
| HSL | 217.23º | 0.65% | 0.59% | - |
| HSV(B) | 217.23º | 0.63% | 0.85% | - |
| XYZ | 24.44 | 23.59 | 69.59 | - |
| YUV | 127.14 | 179.27 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 133 | 218 | 0.63 | 0.39 | 0 | 0.15 | 217.23 | 0.65 | 0.59 |
| Hex | 51 | 85 | DA | 3F | 27 | 0 | F | D9 | 41 | 3B |
| Octal | 121 | 205 | 332 | 77 | 47 | 0 | 17 | 331 | 101 | 73 |
| Binary | 1010001 | 10000101 | 11011010 | 111111 | 100111 | 0 | 1111 | 11011001 | 1000001 | 111011 |
Color Harmonies of #5185DA
Complementary color
Monochromatic Colors of #5185DA
Black with #5185DA
Text Example
Text Example
White with #5185DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5185DA; }
p { color: rgb(81,133,218); }
H1.HeaderClassName
{
color: #5185DA;
}
.AnyTagClassName
{
color: #5185DA;
}
</style>
background-color css
<style>
a { background-color: #5185DA; }
a { background-color: rgb(81,133,218); }
div.DivClassName
{
background-color: #5185DA;
}
.BgClassName
{
background-color: #5185DA;
}
</style>
border-color css
<style>
span { border-color: #5185DA; }
span { border-color: rgb(81,133,218); }
td.TdClassName
{
border-color: #5185DA;
}
.TagClassName
{
border-color: #5185DA;
}
</style>