Shades of Havelock Blue #5482BC
Tints of Havelock Blue #5482BC
RGB
CMYK
RGB Variations
Color information
#5482BC (or 0x5482BC) is known color: Havelock Blue. HEX triplet: 54, 82 and BC. RGB value is (84,130,188). Sum of RGB (Red+Green+Blue) = 84+130+188=402 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.90% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #5482BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5482BC is #AB7D43. Grayscale: #7A7A7A. Windows color (decimal): -11238724 or 12354132. OLE color: 12354132.
HSL color Cylindrical-coordinate representation of color #5482BC: hue angle of 213.46º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5482BC is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 130 | 188 | - |
| CMYK | 0.55 | 0.31 | 0 | 0.26 |
| HSL | 213.46º | 0.44% | 0.53% | - |
| HSV(B) | 213.46º | 0.55% | 0.74% | - |
| XYZ | 20.72 | 21.48 | 50.63 | - |
| YUV | 122.86 | 164.76 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 130 | 188 | 0.55 | 0.31 | 0 | 0.26 | 213.46 | 0.44 | 0.53 |
| Hex | 54 | 82 | BC | 37 | 1F | 0 | 1A | D5 | 2C | 35 |
| Octal | 124 | 202 | 274 | 67 | 37 | 0 | 32 | 325 | 54 | 65 |
| Binary | 1010100 | 10000010 | 10111100 | 110111 | 11111 | 0 | 11010 | 11010101 | 101100 | 110101 |
Color Harmonies of #5482BC
Complementary color
Monochromatic Colors of #5482BC
Black with #5482BC
Text Example
Text Example
White with #5482BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5482BC; }
p { color: rgb(84,130,188); }
H1.HeaderClassName
{
color: #5482BC;
}
.AnyTagClassName
{
color: #5482BC;
}
</style>
background-color css
<style>
a { background-color: #5482BC; }
a { background-color: rgb(84,130,188); }
div.DivClassName
{
background-color: #5482BC;
}
.BgClassName
{
background-color: #5482BC;
}
</style>
border-color css
<style>
span { border-color: #5482BC; }
span { border-color: rgb(84,130,188); }
td.TdClassName
{
border-color: #5482BC;
}
.TagClassName
{
border-color: #5482BC;
}
</style>