Shades of Comet #545879
Tints of Comet #545879
RGB
CMYK
RGB Variations
Color information
#545879 (or 0x545879) is known color: Comet. HEX triplet: 54, 58 and 79. RGB value is (84,88,121). Sum of RGB (Red+Green+Blue) = 84+88+121=293 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.67% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 121 - color contains mainly: blue. Hex color #545879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545879 is #ABA786. Grayscale: #5A5A5A. Windows color (decimal): -11249543 or 7952468. OLE color: 7952468.
HSL color Cylindrical-coordinate representation of color #545879: hue angle of 233.51º 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 #545879 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 84 | 88 | 121 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.53 |
| HSL | 233.51º | 0.18% | 0.4% | - |
| HSV(B) | 233.51º | 0.31% | 0.47% | - |
| XYZ | 10.6 | 10.24 | 19.51 | - |
| YUV | 90.57 | 145.17 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 88 | 121 | 0.31 | 0.27 | 0 | 0.53 | 233.51 | 0.18 | 0.4 |
| Hex | 54 | 58 | 79 | 1F | 1B | 0 | 35 | EA | 12 | 28 |
| Octal | 124 | 130 | 171 | 37 | 33 | 0 | 65 | 352 | 22 | 50 |
| Binary | 1010100 | 1011000 | 1111001 | 11111 | 11011 | 0 | 110101 | 11101010 | 10010 | 101000 |
Color Harmonies of #545879
Complementary color
Monochromatic Colors of #545879
Black with #545879
Text Example
Text Example
White with #545879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545879; }
p { color: rgb(84,88,121); }
H1.HeaderClassName
{
color: #545879;
}
.AnyTagClassName
{
color: #545879;
}
</style>
background-color css
<style>
a { background-color: #545879; }
a { background-color: rgb(84,88,121); }
div.DivClassName
{
background-color: #545879;
}
.BgClassName
{
background-color: #545879;
}
</style>
border-color css
<style>
span { border-color: #545879; }
span { border-color: rgb(84,88,121); }
td.TdClassName
{
border-color: #545879;
}
.TagClassName
{
border-color: #545879;
}
</style>