Shades of Havelock Blue #5486BD
Tints of Havelock Blue #5486BD
RGB
CMYK
RGB Variations
Color information
#5486BD (or 0x5486BD) is known color: Havelock Blue. HEX triplet: 54, 86 and BD. RGB value is (84,134,189). Sum of RGB (Red+Green+Blue) = 84+134+189=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #5486BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5486BD is #AB7942. Grayscale: #7D7D7D. Windows color (decimal): -11237699 or 12420692. OLE color: 12420692.
HSL color Cylindrical-coordinate representation of color #5486BD: hue angle of 211.43º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5486BD is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 134 | 189 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.26 |
| HSL | 211.43º | 0.44% | 0.54% | - |
| HSV(B) | 211.43º | 0.56% | 0.74% | - |
| XYZ | 21.37 | 22.61 | 51.38 | - |
| YUV | 125.32 | 163.94 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 134 | 189 | 0.56 | 0.29 | 0 | 0.26 | 211.43 | 0.44 | 0.54 |
| Hex | 54 | 86 | BD | 38 | 1D | 0 | 1A | D3 | 2C | 36 |
| Octal | 124 | 206 | 275 | 70 | 35 | 0 | 32 | 323 | 54 | 66 |
| Binary | 1010100 | 10000110 | 10111101 | 111000 | 11101 | 0 | 11010 | 11010011 | 101100 | 110110 |
Color Harmonies of #5486BD
Complementary color
Monochromatic Colors of #5486BD
Black with #5486BD
Text Example
Text Example
White with #5486BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5486BD; }
p { color: rgb(84,134,189); }
H1.HeaderClassName
{
color: #5486BD;
}
.AnyTagClassName
{
color: #5486BD;
}
</style>
background-color css
<style>
a { background-color: #5486BD; }
a { background-color: rgb(84,134,189); }
div.DivClassName
{
background-color: #5486BD;
}
.BgClassName
{
background-color: #5486BD;
}
</style>
border-color css
<style>
span { border-color: #5486BD; }
span { border-color: rgb(84,134,189); }
td.TdClassName
{
border-color: #5486BD;
}
.TagClassName
{
border-color: #5486BD;
}
</style>