Shades of Havelock Blue #5487DA
Tints of Havelock Blue #5487DA
RGB
CMYK
RGB Variations
Color information
#5487DA (or 0x5487DA) is known color: Havelock Blue. HEX triplet: 54, 87 and DA. RGB value is (84,135,218). Sum of RGB (Red+Green+Blue) = 84+135+218=437 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.22% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #5487DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5487DA is #AB7825. Grayscale: #808080. Windows color (decimal): -11237414 or 14321492. OLE color: 14321492.
HSL color Cylindrical-coordinate representation of color #5487DA: hue angle of 217.16º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5487DA is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 135 | 218 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.15 |
| HSL | 217.16º | 0.64% | 0.59% | - |
| HSV(B) | 217.16º | 0.61% | 0.85% | - |
| XYZ | 24.98 | 24.27 | 69.7 | - |
| YUV | 129.21 | 178.1 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 135 | 218 | 0.61 | 0.38 | 0 | 0.15 | 217.16 | 0.64 | 0.59 |
| Hex | 54 | 87 | DA | 3D | 26 | 0 | F | D9 | 40 | 3B |
| Octal | 124 | 207 | 332 | 75 | 46 | 0 | 17 | 331 | 100 | 73 |
| Binary | 1010100 | 10000111 | 11011010 | 111101 | 100110 | 0 | 1111 | 11011001 | 1000000 | 111011 |
Color Harmonies of #5487DA
Complementary color
Monochromatic Colors of #5487DA
Black with #5487DA
Text Example
Text Example
White with #5487DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5487DA; }
p { color: rgb(84,135,218); }
H1.HeaderClassName
{
color: #5487DA;
}
.AnyTagClassName
{
color: #5487DA;
}
</style>
background-color css
<style>
a { background-color: #5487DA; }
a { background-color: rgb(84,135,218); }
div.DivClassName
{
background-color: #5487DA;
}
.BgClassName
{
background-color: #5487DA;
}
</style>
border-color css
<style>
span { border-color: #5487DA; }
span { border-color: rgb(84,135,218); }
td.TdClassName
{
border-color: #5487DA;
}
.TagClassName
{
border-color: #5487DA;
}
</style>