Shades of Havelock Blue #5481CA
Tints of Havelock Blue #5481CA
RGB
CMYK
RGB Variations
Color information
#5481CA (or 0x5481CA) is known color: Havelock Blue. HEX triplet: 54, 81 and CA. RGB value is (84,129,202). Sum of RGB (Red+Green+Blue) = 84+129+202=415 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.24% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #5481CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5481CA is #AB7E35. Grayscale: #7B7B7B. Windows color (decimal): -11238966 or 13271380. OLE color: 13271380.
HSL color Cylindrical-coordinate representation of color #5481CA: hue angle of 217.12º 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 #5481CA is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 129 | 202 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.21 |
| HSL | 217.12º | 0.53% | 0.56% | - |
| HSV(B) | 217.12º | 0.58% | 0.79% | - |
| XYZ | 22.17 | 21.85 | 58.93 | - |
| YUV | 123.87 | 172.09 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 129 | 202 | 0.58 | 0.36 | 0 | 0.21 | 217.12 | 0.53 | 0.56 |
| Hex | 54 | 81 | CA | 3A | 24 | 0 | 15 | D9 | 35 | 38 |
| Octal | 124 | 201 | 312 | 72 | 44 | 0 | 25 | 331 | 65 | 70 |
| Binary | 1010100 | 10000001 | 11001010 | 111010 | 100100 | 0 | 10101 | 11011001 | 110101 | 111000 |
Color Harmonies of #5481CA
Complementary color
Monochromatic Colors of #5481CA
Black with #5481CA
Text Example
Text Example
White with #5481CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5481CA; }
p { color: rgb(84,129,202); }
H1.HeaderClassName
{
color: #5481CA;
}
.AnyTagClassName
{
color: #5481CA;
}
</style>
background-color css
<style>
a { background-color: #5481CA; }
a { background-color: rgb(84,129,202); }
div.DivClassName
{
background-color: #5481CA;
}
.BgClassName
{
background-color: #5481CA;
}
</style>
border-color css
<style>
span { border-color: #5481CA; }
span { border-color: rgb(84,129,202); }
td.TdClassName
{
border-color: #5481CA;
}
.TagClassName
{
border-color: #5481CA;
}
</style>