Shades of Havelock Blue #5489CA
Tints of Havelock Blue #5489CA
RGB
CMYK
RGB Variations
Color information
#5489CA (or 0x5489CA) is known color: Havelock Blue. HEX triplet: 54, 89 and CA. RGB value is (84,137,202). Sum of RGB (Red+Green+Blue) = 84+137+202=423 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.86% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #5489CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5489CA is #AB7635. Grayscale: #808080. Windows color (decimal): -11236918 or 13273428. OLE color: 13273428.
HSL color Cylindrical-coordinate representation of color #5489CA: hue angle of 213.05º 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 #5489CA is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 137 | 202 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.21 |
| HSL | 213.05º | 0.53% | 0.56% | - |
| HSV(B) | 213.05º | 0.58% | 0.79% | - |
| XYZ | 23.26 | 24.04 | 59.29 | - |
| YUV | 128.56 | 169.44 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 137 | 202 | 0.58 | 0.32 | 0 | 0.21 | 213.05 | 0.53 | 0.56 |
| Hex | 54 | 89 | CA | 3A | 20 | 0 | 15 | D5 | 35 | 38 |
| Octal | 124 | 211 | 312 | 72 | 40 | 0 | 25 | 325 | 65 | 70 |
| Binary | 1010100 | 10001001 | 11001010 | 111010 | 100000 | 0 | 10101 | 11010101 | 110101 | 111000 |
Color Harmonies of #5489CA
Complementary color
Monochromatic Colors of #5489CA
Black with #5489CA
Text Example
Text Example
White with #5489CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5489CA; }
p { color: rgb(84,137,202); }
H1.HeaderClassName
{
color: #5489CA;
}
.AnyTagClassName
{
color: #5489CA;
}
</style>
background-color css
<style>
a { background-color: #5489CA; }
a { background-color: rgb(84,137,202); }
div.DivClassName
{
background-color: #5489CA;
}
.BgClassName
{
background-color: #5489CA;
}
</style>
border-color css
<style>
span { border-color: #5489CA; }
span { border-color: rgb(84,137,202); }
td.TdClassName
{
border-color: #5489CA;
}
.TagClassName
{
border-color: #5489CA;
}
</style>