Shades of Havelock Blue #5183BD
Tints of Havelock Blue #5183BD
RGB
CMYK
RGB Variations
Color information
#5183BD (or 0x5183BD) is known color: Havelock Blue. HEX triplet: 51, 83 and BD. RGB value is (81,131,189). Sum of RGB (Red+Green+Blue) = 81+131+189=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #5183BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5183BD is #AE7C42. Grayscale: #7A7A7A. Windows color (decimal): -11435075 or 12419921. OLE color: 12419921.
HSL color Cylindrical-coordinate representation of color #5183BD: hue angle of 212.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5183BD is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 131 | 189 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.26 |
| HSL | 212.22º | 0.45% | 0.53% | - |
| HSV(B) | 212.22º | 0.57% | 0.74% | - |
| XYZ | 20.69 | 21.66 | 51.23 | - |
| YUV | 122.66 | 165.44 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 131 | 189 | 0.57 | 0.31 | 0 | 0.26 | 212.22 | 0.45 | 0.53 |
| Hex | 51 | 83 | BD | 39 | 1F | 0 | 1A | D4 | 2D | 35 |
| Octal | 121 | 203 | 275 | 71 | 37 | 0 | 32 | 324 | 55 | 65 |
| Binary | 1010001 | 10000011 | 10111101 | 111001 | 11111 | 0 | 11010 | 11010100 | 101101 | 110101 |
Color Harmonies of #5183BD
Complementary color
Monochromatic Colors of #5183BD
Black with #5183BD
Text Example
Text Example
White with #5183BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5183BD; }
p { color: rgb(81,131,189); }
H1.HeaderClassName
{
color: #5183BD;
}
.AnyTagClassName
{
color: #5183BD;
}
</style>
background-color css
<style>
a { background-color: #5183BD; }
a { background-color: rgb(81,131,189); }
div.DivClassName
{
background-color: #5183BD;
}
.BgClassName
{
background-color: #5183BD;
}
</style>
border-color css
<style>
span { border-color: #5183BD; }
span { border-color: rgb(81,131,189); }
td.TdClassName
{
border-color: #5183BD;
}
.TagClassName
{
border-color: #5183BD;
}
</style>