Shades of Havelock Blue #5486CD
Tints of Havelock Blue #5486CD
RGB
CMYK
RGB Variations
Color information
#5486CD (or 0x5486CD) is known color: Havelock Blue. HEX triplet: 54, 86 and CD. RGB value is (84,134,205). Sum of RGB (Red+Green+Blue) = 84+134+205=423 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.86% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #5486CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5486CD is #AB7932. Grayscale: #7E7E7E. Windows color (decimal): -11237683 or 13469268. OLE color: 13469268.
HSL color Cylindrical-coordinate representation of color #5486CD: hue angle of 215.21º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5486CD is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 134 | 205 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.20 |
| HSL | 215.21º | 0.55% | 0.57% | - |
| HSV(B) | 215.21º | 0.59% | 0.8% | - |
| XYZ | 23.2 | 23.34 | 61.04 | - |
| YUV | 127.14 | 171.94 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 134 | 205 | 0.59 | 0.35 | 0 | 0.20 | 215.21 | 0.55 | 0.57 |
| Hex | 54 | 86 | CD | 3B | 23 | 0 | 14 | D7 | 37 | 39 |
| Octal | 124 | 206 | 315 | 73 | 43 | 0 | 24 | 327 | 67 | 71 |
| Binary | 1010100 | 10000110 | 11001101 | 111011 | 100011 | 0 | 10100 | 11010111 | 110111 | 111001 |
Color Harmonies of #5486CD
Complementary color
Monochromatic Colors of #5486CD
Black with #5486CD
Text Example
Text Example
White with #5486CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5486CD; }
p { color: rgb(84,134,205); }
H1.HeaderClassName
{
color: #5486CD;
}
.AnyTagClassName
{
color: #5486CD;
}
</style>
background-color css
<style>
a { background-color: #5486CD; }
a { background-color: rgb(84,134,205); }
div.DivClassName
{
background-color: #5486CD;
}
.BgClassName
{
background-color: #5486CD;
}
</style>
border-color css
<style>
span { border-color: #5486CD; }
span { border-color: rgb(84,134,205); }
td.TdClassName
{
border-color: #5486CD;
}
.TagClassName
{
border-color: #5486CD;
}
</style>