Shades of Havelock Blue #5476BF
Tints of Havelock Blue #5476BF
RGB
CMYK
RGB Variations
Color information
#5476BF (or 0x5476BF) is known color: Havelock Blue. HEX triplet: 54, 76 and BF. RGB value is (84,118,191). Sum of RGB (Red+Green+Blue) = 84+118+191=393 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.37% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #5476BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5476BF is #AB8940. Grayscale: #737373. Windows color (decimal): -11241793 or 12547668. OLE color: 12547668.
HSL color Cylindrical-coordinate representation of color #5476BF: hue angle of 220.93º degrees, saturation: 0.46, 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 #5476BF is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 118 | 191 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.25 |
| HSL | 220.93º | 0.46% | 0.54% | - |
| HSV(B) | 220.93º | 0.56% | 0.75% | - |
| XYZ | 19.54 | 18.6 | 51.85 | - |
| YUV | 116.16 | 170.24 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 118 | 191 | 0.56 | 0.38 | 0 | 0.25 | 220.93 | 0.46 | 0.54 |
| Hex | 54 | 76 | BF | 38 | 26 | 0 | 19 | DD | 2E | 36 |
| Octal | 124 | 166 | 277 | 70 | 46 | 0 | 31 | 335 | 56 | 66 |
| Binary | 1010100 | 1110110 | 10111111 | 111000 | 100110 | 0 | 11001 | 11011101 | 101110 | 110110 |
Color Harmonies of #5476BF
Complementary color
Monochromatic Colors of #5476BF
Black with #5476BF
Text Example
Text Example
White with #5476BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5476BF; }
p { color: rgb(84,118,191); }
H1.HeaderClassName
{
color: #5476BF;
}
.AnyTagClassName
{
color: #5476BF;
}
</style>
background-color css
<style>
a { background-color: #5476BF; }
a { background-color: rgb(84,118,191); }
div.DivClassName
{
background-color: #5476BF;
}
.BgClassName
{
background-color: #5476BF;
}
</style>
border-color css
<style>
span { border-color: #5476BF; }
span { border-color: rgb(84,118,191); }
td.TdClassName
{
border-color: #5476BF;
}
.TagClassName
{
border-color: #5476BF;
}
</style>