Shades of Havelock Blue #5478BD
Tints of Havelock Blue #5478BD
RGB
CMYK
RGB Variations
Color information
#5478BD (or 0x5478BD) is known color: Havelock Blue. HEX triplet: 54, 78 and BD. RGB value is (84,120,189). Sum of RGB (Red+Green+Blue) = 84+120+189=393 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.37% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #5478BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5478BD is #AB8742. Grayscale: #747474. Windows color (decimal): -11241283 or 12417108. OLE color: 12417108.
HSL color Cylindrical-coordinate representation of color #5478BD: hue angle of 219.43º 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 #5478BD is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 120 | 189 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.26 |
| HSL | 219.43º | 0.44% | 0.54% | - |
| HSV(B) | 219.43º | 0.56% | 0.74% | - |
| XYZ | 19.56 | 18.99 | 50.78 | - |
| YUV | 117.1 | 168.57 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 120 | 189 | 0.56 | 0.37 | 0 | 0.26 | 219.43 | 0.44 | 0.54 |
| Hex | 54 | 78 | BD | 38 | 25 | 0 | 1A | DB | 2C | 36 |
| Octal | 124 | 170 | 275 | 70 | 45 | 0 | 32 | 333 | 54 | 66 |
| Binary | 1010100 | 1111000 | 10111101 | 111000 | 100101 | 0 | 11010 | 11011011 | 101100 | 110110 |
Color Harmonies of #5478BD
Complementary color
Monochromatic Colors of #5478BD
Black with #5478BD
Text Example
Text Example
White with #5478BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5478BD; }
p { color: rgb(84,120,189); }
H1.HeaderClassName
{
color: #5478BD;
}
.AnyTagClassName
{
color: #5478BD;
}
</style>
background-color css
<style>
a { background-color: #5478BD; }
a { background-color: rgb(84,120,189); }
div.DivClassName
{
background-color: #5478BD;
}
.BgClassName
{
background-color: #5478BD;
}
</style>
border-color css
<style>
span { border-color: #5478BD; }
span { border-color: rgb(84,120,189); }
td.TdClassName
{
border-color: #5478BD;
}
.TagClassName
{
border-color: #5478BD;
}
</style>