Shades of Havelock Blue #5484BD
Tints of Havelock Blue #5484BD
RGB
CMYK
RGB Variations
Color information
#5484BD (or 0x5484BD) is known color: Havelock Blue. HEX triplet: 54, 84 and BD. RGB value is (84,132,189). Sum of RGB (Red+Green+Blue) = 84+132+189=405 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.74% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #5484BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5484BD is #AB7B42. Grayscale: #7B7B7B. Windows color (decimal): -11238211 or 12420180. OLE color: 12420180.
HSL color Cylindrical-coordinate representation of color #5484BD: hue angle of 212.57º 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 #5484BD is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 132 | 189 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.26 |
| HSL | 212.57º | 0.44% | 0.54% | - |
| HSV(B) | 212.57º | 0.56% | 0.74% | - |
| XYZ | 21.09 | 22.06 | 51.29 | - |
| YUV | 124.15 | 164.6 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 132 | 189 | 0.56 | 0.30 | 0 | 0.26 | 212.57 | 0.44 | 0.54 |
| Hex | 54 | 84 | BD | 38 | 1E | 0 | 1A | D5 | 2C | 36 |
| Octal | 124 | 204 | 275 | 70 | 36 | 0 | 32 | 325 | 54 | 66 |
| Binary | 1010100 | 10000100 | 10111101 | 111000 | 11110 | 0 | 11010 | 11010101 | 101100 | 110110 |
Color Harmonies of #5484BD
Complementary color
Monochromatic Colors of #5484BD
Black with #5484BD
Text Example
Text Example
White with #5484BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5484BD; }
p { color: rgb(84,132,189); }
H1.HeaderClassName
{
color: #5484BD;
}
.AnyTagClassName
{
color: #5484BD;
}
</style>
background-color css
<style>
a { background-color: #5484BD; }
a { background-color: rgb(84,132,189); }
div.DivClassName
{
background-color: #5484BD;
}
.BgClassName
{
background-color: #5484BD;
}
</style>
border-color css
<style>
span { border-color: #5484BD; }
span { border-color: rgb(84,132,189); }
td.TdClassName
{
border-color: #5484BD;
}
.TagClassName
{
border-color: #5484BD;
}
</style>