Shades of Havelock Blue #5482BD
Tints of Havelock Blue #5482BD
RGB
CMYK
RGB Variations
Color information
#5482BD (or 0x5482BD) is known color: Havelock Blue. HEX triplet: 54, 82 and BD. RGB value is (84,130,189). Sum of RGB (Red+Green+Blue) = 84+130+189=403 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.84% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #5482BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5482BD is #AB7D42. Grayscale: #7A7A7A. Windows color (decimal): -11238723 or 12419668. OLE color: 12419668.
HSL color Cylindrical-coordinate representation of color #5482BD: hue angle of 213.71º 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 #5482BD is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 130 | 189 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.26 |
| HSL | 213.71º | 0.44% | 0.54% | - |
| HSV(B) | 213.71º | 0.56% | 0.74% | - |
| XYZ | 20.82 | 21.52 | 51.2 | - |
| YUV | 122.97 | 165.26 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 130 | 189 | 0.56 | 0.31 | 0 | 0.26 | 213.71 | 0.44 | 0.54 |
| Hex | 54 | 82 | BD | 38 | 1F | 0 | 1A | D6 | 2C | 36 |
| Octal | 124 | 202 | 275 | 70 | 37 | 0 | 32 | 326 | 54 | 66 |
| Binary | 1010100 | 10000010 | 10111101 | 111000 | 11111 | 0 | 11010 | 11010110 | 101100 | 110110 |
Color Harmonies of #5482BD
Complementary color
Monochromatic Colors of #5482BD
Black with #5482BD
Text Example
Text Example
White with #5482BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5482BD; }
p { color: rgb(84,130,189); }
H1.HeaderClassName
{
color: #5482BD;
}
.AnyTagClassName
{
color: #5482BD;
}
</style>
background-color css
<style>
a { background-color: #5482BD; }
a { background-color: rgb(84,130,189); }
div.DivClassName
{
background-color: #5482BD;
}
.BgClassName
{
background-color: #5482BD;
}
</style>
border-color css
<style>
span { border-color: #5482BD; }
span { border-color: rgb(84,130,189); }
td.TdClassName
{
border-color: #5482BD;
}
.TagClassName
{
border-color: #5482BD;
}
</style>