Shades of Havelock Blue #5477CB
Tints of Havelock Blue #5477CB
RGB
CMYK
RGB Variations
Color information
#5477CB (or 0x5477CB) is known color: Havelock Blue. HEX triplet: 54, 77 and CB. RGB value is (84,119,203). Sum of RGB (Red+Green+Blue) = 84+119+203=406 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.69% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #5477CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5477CB is #AB8834. Grayscale: #757575. Windows color (decimal): -11241525 or 13334356. OLE color: 13334356.
HSL color Cylindrical-coordinate representation of color #5477CB: hue angle of 222.35º degrees, saturation: 0.53, 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 #5477CB is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 119 | 203 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.20 |
| HSL | 222.35º | 0.53% | 0.56% | - |
| HSV(B) | 222.35º | 0.59% | 0.8% | - |
| XYZ | 21.03 | 19.39 | 59.13 | - |
| YUV | 118.11 | 175.9 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 119 | 203 | 0.59 | 0.41 | 0 | 0.20 | 222.35 | 0.53 | 0.56 |
| Hex | 54 | 77 | CB | 3B | 29 | 0 | 14 | DE | 35 | 38 |
| Octal | 124 | 167 | 313 | 73 | 51 | 0 | 24 | 336 | 65 | 70 |
| Binary | 1010100 | 1110111 | 11001011 | 111011 | 101001 | 0 | 10100 | 11011110 | 110101 | 111000 |
Color Harmonies of #5477CB
Complementary color
Monochromatic Colors of #5477CB
Black with #5477CB
Text Example
Text Example
White with #5477CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5477CB; }
p { color: rgb(84,119,203); }
H1.HeaderClassName
{
color: #5477CB;
}
.AnyTagClassName
{
color: #5477CB;
}
</style>
background-color css
<style>
a { background-color: #5477CB; }
a { background-color: rgb(84,119,203); }
div.DivClassName
{
background-color: #5477CB;
}
.BgClassName
{
background-color: #5477CB;
}
</style>
border-color css
<style>
span { border-color: #5477CB; }
span { border-color: rgb(84,119,203); }
td.TdClassName
{
border-color: #5477CB;
}
.TagClassName
{
border-color: #5477CB;
}
</style>