Shades of Havelock Blue #5477BC
Tints of Havelock Blue #5477BC
RGB
CMYK
RGB Variations
Color information
#5477BC (or 0x5477BC) is known color: Havelock Blue. HEX triplet: 54, 77 and BC. RGB value is (84,119,188). Sum of RGB (Red+Green+Blue) = 84+119+188=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #5477BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5477BC is #AB8843. Grayscale: #747474. Windows color (decimal): -11241540 or 12351316. OLE color: 12351316.
HSL color Cylindrical-coordinate representation of color #5477BC: hue angle of 219.81º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5477BC is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 119 | 188 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.26 |
| HSL | 219.81º | 0.44% | 0.53% | - |
| HSV(B) | 219.81º | 0.55% | 0.74% | - |
| XYZ | 19.33 | 18.71 | 50.17 | - |
| YUV | 116.4 | 168.4 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 119 | 188 | 0.55 | 0.37 | 0 | 0.26 | 219.81 | 0.44 | 0.53 |
| Hex | 54 | 77 | BC | 37 | 25 | 0 | 1A | DC | 2C | 35 |
| Octal | 124 | 167 | 274 | 67 | 45 | 0 | 32 | 334 | 54 | 65 |
| Binary | 1010100 | 1110111 | 10111100 | 110111 | 100101 | 0 | 11010 | 11011100 | 101100 | 110101 |
Color Harmonies of #5477BC
Complementary color
Monochromatic Colors of #5477BC
Black with #5477BC
Text Example
Text Example
White with #5477BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5477BC; }
p { color: rgb(84,119,188); }
H1.HeaderClassName
{
color: #5477BC;
}
.AnyTagClassName
{
color: #5477BC;
}
</style>
background-color css
<style>
a { background-color: #5477BC; }
a { background-color: rgb(84,119,188); }
div.DivClassName
{
background-color: #5477BC;
}
.BgClassName
{
background-color: #5477BC;
}
</style>
border-color css
<style>
span { border-color: #5477BC; }
span { border-color: rgb(84,119,188); }
td.TdClassName
{
border-color: #5477BC;
}
.TagClassName
{
border-color: #5477BC;
}
</style>