Shades of Havelock Blue #5484CA
Tints of Havelock Blue #5484CA
RGB
CMYK
RGB Variations
Color information
#5484CA (or 0x5484CA) is known color: Havelock Blue. HEX triplet: 54, 84 and CA. RGB value is (84,132,202). Sum of RGB (Red+Green+Blue) = 84+132+202=418 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.10% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #5484CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5484CA is #AB7B35. Grayscale: #7D7D7D. Windows color (decimal): -11238198 or 13272148. OLE color: 13272148.
HSL color Cylindrical-coordinate representation of color #5484CA: hue angle of 215.59º 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 #5484CA is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 132 | 202 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.21 |
| HSL | 215.59º | 0.53% | 0.56% | - |
| HSV(B) | 215.59º | 0.58% | 0.79% | - |
| XYZ | 22.57 | 22.65 | 59.06 | - |
| YUV | 125.63 | 171.1 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 132 | 202 | 0.58 | 0.35 | 0 | 0.21 | 215.59 | 0.53 | 0.56 |
| Hex | 54 | 84 | CA | 3A | 23 | 0 | 15 | D8 | 35 | 38 |
| Octal | 124 | 204 | 312 | 72 | 43 | 0 | 25 | 330 | 65 | 70 |
| Binary | 1010100 | 10000100 | 11001010 | 111010 | 100011 | 0 | 10101 | 11011000 | 110101 | 111000 |
Color Harmonies of #5484CA
Complementary color
Monochromatic Colors of #5484CA
Black with #5484CA
Text Example
Text Example
White with #5484CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5484CA; }
p { color: rgb(84,132,202); }
H1.HeaderClassName
{
color: #5484CA;
}
.AnyTagClassName
{
color: #5484CA;
}
</style>
background-color css
<style>
a { background-color: #5484CA; }
a { background-color: rgb(84,132,202); }
div.DivClassName
{
background-color: #5484CA;
}
.BgClassName
{
background-color: #5484CA;
}
</style>
border-color css
<style>
span { border-color: #5484CA; }
span { border-color: rgb(84,132,202); }
td.TdClassName
{
border-color: #5484CA;
}
.TagClassName
{
border-color: #5484CA;
}
</style>