Shades of Havelock Blue #5489CC
Tints of Havelock Blue #5489CC
RGB
CMYK
RGB Variations
Color information
#5489CC (or 0x5489CC) is known color: Havelock Blue. HEX triplet: 54, 89 and CC. RGB value is (84,137,204). Sum of RGB (Red+Green+Blue) = 84+137+204=425 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.76% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #5489CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5489CC is #AB7633. Grayscale: #808080. Windows color (decimal): -11236916 or 13404500. OLE color: 13404500.
HSL color Cylindrical-coordinate representation of color #5489CC: hue angle of 213.5º 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 #5489CC is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 137 | 204 | - |
| CMYK | 0.59 | 0.33 | 0 | 0.2 |
| HSL | 213.5º | 0.54% | 0.56% | - |
| HSV(B) | 213.5º | 0.59% | 0.8% | - |
| XYZ | 23.5 | 24.14 | 60.55 | - |
| YUV | 128.79 | 170.44 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 137 | 204 | 0.59 | 0.33 | 0 | 0.2 | 213.5 | 0.54 | 0.56 |
| Hex | 54 | 89 | CC | 3B | 21 | 0 | 14 | D6 | 36 | 38 |
| Octal | 124 | 211 | 314 | 73 | 41 | 0 | 24 | 326 | 66 | 70 |
| Binary | 1010100 | 10001001 | 11001100 | 111011 | 100001 | 0 | 10100 | 11010110 | 110110 | 111000 |
Color Harmonies of #5489CC
Complementary color
Monochromatic Colors of #5489CC
Black with #5489CC
Text Example
Text Example
White with #5489CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5489CC; }
p { color: rgb(84,137,204); }
H1.HeaderClassName
{
color: #5489CC;
}
.AnyTagClassName
{
color: #5489CC;
}
</style>
background-color css
<style>
a { background-color: #5489CC; }
a { background-color: rgb(84,137,204); }
div.DivClassName
{
background-color: #5489CC;
}
.BgClassName
{
background-color: #5489CC;
}
</style>
border-color css
<style>
span { border-color: #5489CC; }
span { border-color: rgb(84,137,204); }
td.TdClassName
{
border-color: #5489CC;
}
.TagClassName
{
border-color: #5489CC;
}
</style>