Shades of Havelock Blue #5477BE
Tints of Havelock Blue #5477BE
RGB
CMYK
RGB Variations
Color information
#5477BE (or 0x5477BE) is known color: Havelock Blue. HEX triplet: 54, 77 and BE. RGB value is (84,119,190). Sum of RGB (Red+Green+Blue) = 84+119+190=393 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.37% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #5477BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5477BE is #AB8841. Grayscale: #747474. Windows color (decimal): -11241538 or 12482388. OLE color: 12482388.
HSL color Cylindrical-coordinate representation of color #5477BE: hue angle of 220.19º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5477BE is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 119 | 190 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.25 |
| HSL | 220.19º | 0.45% | 0.54% | - |
| HSV(B) | 220.19º | 0.56% | 0.75% | - |
| XYZ | 19.55 | 18.8 | 51.31 | - |
| YUV | 116.63 | 169.4 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 119 | 190 | 0.56 | 0.37 | 0 | 0.25 | 220.19 | 0.45 | 0.54 |
| Hex | 54 | 77 | BE | 38 | 25 | 0 | 19 | DC | 2D | 36 |
| Octal | 124 | 167 | 276 | 70 | 45 | 0 | 31 | 334 | 55 | 66 |
| Binary | 1010100 | 1110111 | 10111110 | 111000 | 100101 | 0 | 11001 | 11011100 | 101101 | 110110 |
Color Harmonies of #5477BE
Complementary color
Monochromatic Colors of #5477BE
Black with #5477BE
Text Example
Text Example
White with #5477BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5477BE; }
p { color: rgb(84,119,190); }
H1.HeaderClassName
{
color: #5477BE;
}
.AnyTagClassName
{
color: #5477BE;
}
</style>
background-color css
<style>
a { background-color: #5477BE; }
a { background-color: rgb(84,119,190); }
div.DivClassName
{
background-color: #5477BE;
}
.BgClassName
{
background-color: #5477BE;
}
</style>
border-color css
<style>
span { border-color: #5477BE; }
span { border-color: rgb(84,119,190); }
td.TdClassName
{
border-color: #5477BE;
}
.TagClassName
{
border-color: #5477BE;
}
</style>