Shades of Havelock Blue #5482CA
Tints of Havelock Blue #5482CA
RGB
CMYK
RGB Variations
Color information
#5482CA (or 0x5482CA) is known color: Havelock Blue. HEX triplet: 54, 82 and CA. RGB value is (84,130,202). Sum of RGB (Red+Green+Blue) = 84+130+202=416 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.19% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #5482CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5482CA is #AB7D35. Grayscale: #7C7C7C. Windows color (decimal): -11238710 or 13271636. OLE color: 13271636.
HSL color Cylindrical-coordinate representation of color #5482CA: hue angle of 216.61º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5482CA is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 130 | 202 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.21 |
| HSL | 216.61º | 0.53% | 0.56% | - |
| HSV(B) | 216.61º | 0.58% | 0.79% | - |
| XYZ | 22.3 | 22.11 | 58.97 | - |
| YUV | 124.45 | 171.76 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 130 | 202 | 0.58 | 0.36 | 0 | 0.21 | 216.61 | 0.53 | 0.56 |
| Hex | 54 | 82 | CA | 3A | 24 | 0 | 15 | D9 | 35 | 38 |
| Octal | 124 | 202 | 312 | 72 | 44 | 0 | 25 | 331 | 65 | 70 |
| Binary | 1010100 | 10000010 | 11001010 | 111010 | 100100 | 0 | 10101 | 11011001 | 110101 | 111000 |
Color Harmonies of #5482CA
Complementary color
Monochromatic Colors of #5482CA
Black with #5482CA
Text Example
Text Example
White with #5482CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5482CA; }
p { color: rgb(84,130,202); }
H1.HeaderClassName
{
color: #5482CA;
}
.AnyTagClassName
{
color: #5482CA;
}
</style>
background-color css
<style>
a { background-color: #5482CA; }
a { background-color: rgb(84,130,202); }
div.DivClassName
{
background-color: #5482CA;
}
.BgClassName
{
background-color: #5482CA;
}
</style>
border-color css
<style>
span { border-color: #5482CA; }
span { border-color: rgb(84,130,202); }
td.TdClassName
{
border-color: #5482CA;
}
.TagClassName
{
border-color: #5482CA;
}
</style>