Shades of Havelock Blue #5481CE
Tints of Havelock Blue #5481CE
RGB
CMYK
RGB Variations
Color information
#5481CE (or 0x5481CE) is known color: Havelock Blue. HEX triplet: 54, 81 and CE. RGB value is (84,129,206). Sum of RGB (Red+Green+Blue) = 84+129+206=419 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.05% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #5481CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5481CE is #AB7E31. Grayscale: #7B7B7B. Windows color (decimal): -11238962 or 13533524. OLE color: 13533524.
HSL color Cylindrical-coordinate representation of color #5481CE: hue angle of 217.87º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5481CE is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 129 | 206 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.19 |
| HSL | 217.87º | 0.55% | 0.57% | - |
| HSV(B) | 217.87º | 0.59% | 0.81% | - |
| XYZ | 22.65 | 22.04 | 61.45 | - |
| YUV | 124.32 | 174.09 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 129 | 206 | 0.59 | 0.37 | 0 | 0.19 | 217.87 | 0.55 | 0.57 |
| Hex | 54 | 81 | CE | 3B | 25 | 0 | 13 | DA | 37 | 39 |
| Octal | 124 | 201 | 316 | 73 | 45 | 0 | 23 | 332 | 67 | 71 |
| Binary | 1010100 | 10000001 | 11001110 | 111011 | 100101 | 0 | 10011 | 11011010 | 110111 | 111001 |
Color Harmonies of #5481CE
Complementary color
Monochromatic Colors of #5481CE
Black with #5481CE
Text Example
Text Example
White with #5481CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5481CE; }
p { color: rgb(84,129,206); }
H1.HeaderClassName
{
color: #5481CE;
}
.AnyTagClassName
{
color: #5481CE;
}
</style>
background-color css
<style>
a { background-color: #5481CE; }
a { background-color: rgb(84,129,206); }
div.DivClassName
{
background-color: #5481CE;
}
.BgClassName
{
background-color: #5481CE;
}
</style>
border-color css
<style>
span { border-color: #5481CE; }
span { border-color: rgb(84,129,206); }
td.TdClassName
{
border-color: #5481CE;
}
.TagClassName
{
border-color: #5481CE;
}
</style>