Shades of Havelock Blue #5477BD
Tints of Havelock Blue #5477BD
RGB
CMYK
RGB Variations
Color information
#5477BD (or 0x5477BD) is known color: Havelock Blue. HEX triplet: 54, 77 and BD. RGB value is (84,119,189). Sum of RGB (Red+Green+Blue) = 84+119+189=392 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.43% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #5477BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5477BD is #AB8842. Grayscale: #747474. Windows color (decimal): -11241539 or 12416852. OLE color: 12416852.
HSL color Cylindrical-coordinate representation of color #5477BD: hue angle of 220º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5477BD is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 119 | 189 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.26 |
| HSL | 220º | 0.44% | 0.54% | - |
| HSV(B) | 220º | 0.56% | 0.74% | - |
| XYZ | 19.44 | 18.75 | 50.74 | - |
| YUV | 116.52 | 168.9 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 119 | 189 | 0.56 | 0.37 | 0 | 0.26 | 220 | 0.44 | 0.54 |
| Hex | 54 | 77 | BD | 38 | 25 | 0 | 1A | DC | 2C | 36 |
| Octal | 124 | 167 | 275 | 70 | 45 | 0 | 32 | 334 | 54 | 66 |
| Binary | 1010100 | 1110111 | 10111101 | 111000 | 100101 | 0 | 11010 | 11011100 | 101100 | 110110 |
Color Harmonies of #5477BD
Complementary color
Monochromatic Colors of #5477BD
Black with #5477BD
Text Example
Text Example
White with #5477BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5477BD; }
p { color: rgb(84,119,189); }
H1.HeaderClassName
{
color: #5477BD;
}
.AnyTagClassName
{
color: #5477BD;
}
</style>
background-color css
<style>
a { background-color: #5477BD; }
a { background-color: rgb(84,119,189); }
div.DivClassName
{
background-color: #5477BD;
}
.BgClassName
{
background-color: #5477BD;
}
</style>
border-color css
<style>
span { border-color: #5477BD; }
span { border-color: rgb(84,119,189); }
td.TdClassName
{
border-color: #5477BD;
}
.TagClassName
{
border-color: #5477BD;
}
</style>