Shades of Havelock Blue #5484CC
Tints of Havelock Blue #5484CC
RGB
CMYK
RGB Variations
Color information
#5484CC (or 0x5484CC) is known color: Havelock Blue. HEX triplet: 54, 84 and CC. RGB value is (84,132,204). Sum of RGB (Red+Green+Blue) = 84+132+204=420 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #5484CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5484CC is #AB7B33. Grayscale: #7D7D7D. Windows color (decimal): -11238196 or 13403220. OLE color: 13403220.
HSL color Cylindrical-coordinate representation of color #5484CC: hue angle of 216º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5484CC is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 132 | 204 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.2 |
| HSL | 216º | 0.54% | 0.56% | - |
| HSV(B) | 216º | 0.59% | 0.8% | - |
| XYZ | 22.81 | 22.75 | 60.32 | - |
| YUV | 125.86 | 172.1 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 132 | 204 | 0.59 | 0.35 | 0 | 0.2 | 216 | 0.54 | 0.56 |
| Hex | 54 | 84 | CC | 3B | 23 | 0 | 14 | D8 | 36 | 38 |
| Octal | 124 | 204 | 314 | 73 | 43 | 0 | 24 | 330 | 66 | 70 |
| Binary | 1010100 | 10000100 | 11001100 | 111011 | 100011 | 0 | 10100 | 11011000 | 110110 | 111000 |
Color Harmonies of #5484CC
Complementary color
Monochromatic Colors of #5484CC
Black with #5484CC
Text Example
Text Example
White with #5484CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5484CC; }
p { color: rgb(84,132,204); }
H1.HeaderClassName
{
color: #5484CC;
}
.AnyTagClassName
{
color: #5484CC;
}
</style>
background-color css
<style>
a { background-color: #5484CC; }
a { background-color: rgb(84,132,204); }
div.DivClassName
{
background-color: #5484CC;
}
.BgClassName
{
background-color: #5484CC;
}
</style>
border-color css
<style>
span { border-color: #5484CC; }
span { border-color: rgb(84,132,204); }
td.TdClassName
{
border-color: #5484CC;
}
.TagClassName
{
border-color: #5484CC;
}
</style>