Shades of Havelock Blue #5478BC
Tints of Havelock Blue #5478BC
RGB
CMYK
RGB Variations
Color information
#5478BC (or 0x5478BC) is known color: Havelock Blue. HEX triplet: 54, 78 and BC. RGB value is (84,120,188). Sum of RGB (Red+Green+Blue) = 84+120+188=392 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.43% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #5478BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5478BC is #AB8743. Grayscale: #747474. Windows color (decimal): -11241284 or 12351572. OLE color: 12351572.
HSL color Cylindrical-coordinate representation of color #5478BC: hue angle of 219.23º 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 #5478BC is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 120 | 188 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.26 |
| HSL | 219.23º | 0.44% | 0.53% | - |
| HSV(B) | 219.23º | 0.55% | 0.74% | - |
| XYZ | 19.45 | 18.95 | 50.21 | - |
| YUV | 116.99 | 168.07 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 120 | 188 | 0.55 | 0.36 | 0 | 0.26 | 219.23 | 0.44 | 0.53 |
| Hex | 54 | 78 | BC | 37 | 24 | 0 | 1A | DB | 2C | 35 |
| Octal | 124 | 170 | 274 | 67 | 44 | 0 | 32 | 333 | 54 | 65 |
| Binary | 1010100 | 1111000 | 10111100 | 110111 | 100100 | 0 | 11010 | 11011011 | 101100 | 110101 |
Color Harmonies of #5478BC
Complementary color
Monochromatic Colors of #5478BC
Black with #5478BC
Text Example
Text Example
White with #5478BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5478BC; }
p { color: rgb(84,120,188); }
H1.HeaderClassName
{
color: #5478BC;
}
.AnyTagClassName
{
color: #5478BC;
}
</style>
background-color css
<style>
a { background-color: #5478BC; }
a { background-color: rgb(84,120,188); }
div.DivClassName
{
background-color: #5478BC;
}
.BgClassName
{
background-color: #5478BC;
}
</style>
border-color css
<style>
span { border-color: #5478BC; }
span { border-color: rgb(84,120,188); }
td.TdClassName
{
border-color: #5478BC;
}
.TagClassName
{
border-color: #5478BC;
}
</style>