Shades of Comet #545876
Tints of Comet #545876
RGB
CMYK
RGB Variations
Color information
#545876 (or 0x545876) is known color: Comet. HEX triplet: 54, 58 and 76. RGB value is (84,88,118). Sum of RGB (Red+Green+Blue) = 84+88+118=290 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.97% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 118 - color contains mainly: blue. Hex color #545876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545876 is #ABA789. Grayscale: #5A5A5A. Windows color (decimal): -11249546 or 7755860. OLE color: 7755860.
HSL color Cylindrical-coordinate representation of color #545876: hue angle of 232.94º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #545876 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 88 | 118 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.54 |
| HSL | 232.94º | 0.17% | 0.4% | - |
| HSV(B) | 232.94º | 0.29% | 0.46% | - |
| XYZ | 10.42 | 10.17 | 18.55 | - |
| YUV | 90.22 | 143.67 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 88 | 118 | 0.29 | 0.25 | 0 | 0.54 | 232.94 | 0.17 | 0.4 |
| Hex | 54 | 58 | 76 | 1D | 19 | 0 | 36 | E9 | 11 | 28 |
| Octal | 124 | 130 | 166 | 35 | 31 | 0 | 66 | 351 | 21 | 50 |
| Binary | 1010100 | 1011000 | 1110110 | 11101 | 11001 | 0 | 110110 | 11101001 | 10001 | 101000 |
Color Harmonies of #545876
Complementary color
Monochromatic Colors of #545876
Black with #545876
Text Example
Text Example
White with #545876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545876; }
p { color: rgb(84,88,118); }
H1.HeaderClassName
{
color: #545876;
}
.AnyTagClassName
{
color: #545876;
}
</style>
background-color css
<style>
a { background-color: #545876; }
a { background-color: rgb(84,88,118); }
div.DivClassName
{
background-color: #545876;
}
.BgClassName
{
background-color: #545876;
}
</style>
border-color css
<style>
span { border-color: #545876; }
span { border-color: rgb(84,88,118); }
td.TdClassName
{
border-color: #545876;
}
.TagClassName
{
border-color: #545876;
}
</style>