Shades of Comet #545979
Tints of Comet #545979
RGB
CMYK
RGB Variations
Color information
#545979 (or 0x545979) is known color: Comet. HEX triplet: 54, 59 and 79. RGB value is (84,89,121). Sum of RGB (Red+Green+Blue) = 84+89+121=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 121 - color contains mainly: blue. Hex color #545979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545979 is #ABA686. Grayscale: #5B5B5B. Windows color (decimal): -11249287 or 7952724. OLE color: 7952724.
HSL color Cylindrical-coordinate representation of color #545979: hue angle of 231.89º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #545979 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 84 | 89 | 121 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.53 |
| HSL | 231.89º | 0.18% | 0.4% | - |
| HSV(B) | 231.89º | 0.31% | 0.47% | - |
| XYZ | 10.68 | 10.41 | 19.54 | - |
| YUV | 91.15 | 144.84 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 121 | 0.31 | 0.26 | 0 | 0.53 | 231.89 | 0.18 | 0.4 |
| Hex | 54 | 59 | 79 | 1F | 1A | 0 | 35 | E8 | 12 | 28 |
| Octal | 124 | 131 | 171 | 37 | 32 | 0 | 65 | 350 | 22 | 50 |
| Binary | 1010100 | 1011001 | 1111001 | 11111 | 11010 | 0 | 110101 | 11101000 | 10010 | 101000 |
Color Harmonies of #545979
Complementary color
Monochromatic Colors of #545979
Black with #545979
Text Example
Text Example
White with #545979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545979; }
p { color: rgb(84,89,121); }
H1.HeaderClassName
{
color: #545979;
}
.AnyTagClassName
{
color: #545979;
}
</style>
background-color css
<style>
a { background-color: #545979; }
a { background-color: rgb(84,89,121); }
div.DivClassName
{
background-color: #545979;
}
.BgClassName
{
background-color: #545979;
}
</style>
border-color css
<style>
span { border-color: #545979; }
span { border-color: rgb(84,89,121); }
td.TdClassName
{
border-color: #545979;
}
.TagClassName
{
border-color: #545979;
}
</style>