Shades of Havelock Blue #5482CD
Tints of Havelock Blue #5482CD
RGB
CMYK
RGB Variations
Color information
#5482CD (or 0x5482CD) is known color: Havelock Blue. HEX triplet: 54, 82 and CD. RGB value is (84,130,205). Sum of RGB (Red+Green+Blue) = 84+130+205=419 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.05% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #5482CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5482CD is #AB7D32. Grayscale: #7C7C7C. Windows color (decimal): -11238707 or 13468244. OLE color: 13468244.
HSL color Cylindrical-coordinate representation of color #5482CD: hue angle of 217.19º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5482CD is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 130 | 205 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.20 |
| HSL | 217.19º | 0.55% | 0.57% | - |
| HSV(B) | 217.19º | 0.59% | 0.8% | - |
| XYZ | 22.66 | 22.26 | 60.86 | - |
| YUV | 124.8 | 173.26 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 130 | 205 | 0.59 | 0.37 | 0 | 0.20 | 217.19 | 0.55 | 0.57 |
| Hex | 54 | 82 | CD | 3B | 25 | 0 | 14 | D9 | 37 | 39 |
| Octal | 124 | 202 | 315 | 73 | 45 | 0 | 24 | 331 | 67 | 71 |
| Binary | 1010100 | 10000010 | 11001101 | 111011 | 100101 | 0 | 10100 | 11011001 | 110111 | 111001 |
Color Harmonies of #5482CD
Complementary color
Monochromatic Colors of #5482CD
Black with #5482CD
Text Example
Text Example
White with #5482CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5482CD; }
p { color: rgb(84,130,205); }
H1.HeaderClassName
{
color: #5482CD;
}
.AnyTagClassName
{
color: #5482CD;
}
</style>
background-color css
<style>
a { background-color: #5482CD; }
a { background-color: rgb(84,130,205); }
div.DivClassName
{
background-color: #5482CD;
}
.BgClassName
{
background-color: #5482CD;
}
</style>
border-color css
<style>
span { border-color: #5482CD; }
span { border-color: rgb(84,130,205); }
td.TdClassName
{
border-color: #5482CD;
}
.TagClassName
{
border-color: #5482CD;
}
</style>