Shades of Havelock Blue #5478CB
Tints of Havelock Blue #5478CB
RGB
CMYK
RGB Variations
Color information
#5478CB (or 0x5478CB) is known color: Havelock Blue. HEX triplet: 54, 78 and CB. RGB value is (84,120,203). Sum of RGB (Red+Green+Blue) = 84+120+203=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #5478CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5478CB is #AB8734. Grayscale: #767676. Windows color (decimal): -11241269 or 13334612. OLE color: 13334612.
HSL color Cylindrical-coordinate representation of color #5478CB: hue angle of 221.85º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5478CB is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 120 | 203 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.20 |
| HSL | 221.85º | 0.53% | 0.56% | - |
| HSV(B) | 221.85º | 0.59% | 0.8% | - |
| XYZ | 21.15 | 19.63 | 59.17 | - |
| YUV | 118.7 | 175.57 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 120 | 203 | 0.59 | 0.41 | 0 | 0.20 | 221.85 | 0.53 | 0.56 |
| Hex | 54 | 78 | CB | 3B | 29 | 0 | 14 | DE | 35 | 38 |
| Octal | 124 | 170 | 313 | 73 | 51 | 0 | 24 | 336 | 65 | 70 |
| Binary | 1010100 | 1111000 | 11001011 | 111011 | 101001 | 0 | 10100 | 11011110 | 110101 | 111000 |
Color Harmonies of #5478CB
Complementary color
Monochromatic Colors of #5478CB
Black with #5478CB
Text Example
Text Example
White with #5478CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5478CB; }
p { color: rgb(84,120,203); }
H1.HeaderClassName
{
color: #5478CB;
}
.AnyTagClassName
{
color: #5478CB;
}
</style>
background-color css
<style>
a { background-color: #5478CB; }
a { background-color: rgb(84,120,203); }
div.DivClassName
{
background-color: #5478CB;
}
.BgClassName
{
background-color: #5478CB;
}
</style>
border-color css
<style>
span { border-color: #5478CB; }
span { border-color: rgb(84,120,203); }
td.TdClassName
{
border-color: #5478CB;
}
.TagClassName
{
border-color: #5478CB;
}
</style>