Shades of Havelock Blue #5482BE
Tints of Havelock Blue #5482BE
RGB
CMYK
RGB Variations
Color information
#5482BE (or 0x5482BE) is known color: Havelock Blue. HEX triplet: 54, 82 and BE. RGB value is (84,130,190). Sum of RGB (Red+Green+Blue) = 84+130+190=404 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.79% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #5482BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5482BE is #AB7D41. Grayscale: #7A7A7A. Windows color (decimal): -11238722 or 12485204. OLE color: 12485204.
HSL color Cylindrical-coordinate representation of color #5482BE: hue angle of 213.96º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5482BE is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 130 | 190 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.25 |
| HSL | 213.96º | 0.45% | 0.54% | - |
| HSV(B) | 213.96º | 0.56% | 0.75% | - |
| XYZ | 20.93 | 21.57 | 51.77 | - |
| YUV | 123.09 | 165.76 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 130 | 190 | 0.56 | 0.32 | 0 | 0.25 | 213.96 | 0.45 | 0.54 |
| Hex | 54 | 82 | BE | 38 | 20 | 0 | 19 | D6 | 2D | 36 |
| Octal | 124 | 202 | 276 | 70 | 40 | 0 | 31 | 326 | 55 | 66 |
| Binary | 1010100 | 10000010 | 10111110 | 111000 | 100000 | 0 | 11001 | 11010110 | 101101 | 110110 |
Color Harmonies of #5482BE
Complementary color
Monochromatic Colors of #5482BE
Black with #5482BE
Text Example
Text Example
White with #5482BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5482BE; }
p { color: rgb(84,130,190); }
H1.HeaderClassName
{
color: #5482BE;
}
.AnyTagClassName
{
color: #5482BE;
}
</style>
background-color css
<style>
a { background-color: #5482BE; }
a { background-color: rgb(84,130,190); }
div.DivClassName
{
background-color: #5482BE;
}
.BgClassName
{
background-color: #5482BE;
}
</style>
border-color css
<style>
span { border-color: #5482BE; }
span { border-color: rgb(84,130,190); }
td.TdClassName
{
border-color: #5482BE;
}
.TagClassName
{
border-color: #5482BE;
}
</style>