Shades of Comet #54546D
Tints of Comet #54546D
RGB
CMYK
RGB Variations
Color information
#54546D (or 0x54546D) is known color: Comet. HEX triplet: 54, 54 and 6D. RGB value is (84,84,109). Sum of RGB (Red+Green+Blue) = 84+84+109=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 109 - color contains mainly: blue. Hex color #54546D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54546D is #ABAB92. Grayscale: #565656. Windows color (decimal): -11250579 or 7165012. OLE color: 7165012.
HSL color Cylindrical-coordinate representation of color #54546D: hue angle of 240º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #54546D is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 84 | 109 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.57 |
| HSL | 240º | 0.13% | 0.38% | - |
| HSV(B) | 240º | 0.23% | 0.43% | - |
| XYZ | 9.59 | 9.33 | 15.76 | - |
| YUV | 86.85 | 140.5 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 84 | 109 | 0.23 | 0.23 | 0 | 0.57 | 240 | 0.13 | 0.38 |
| Hex | 54 | 54 | 6D | 17 | 17 | 0 | 39 | F0 | D | 26 |
| Octal | 124 | 124 | 155 | 27 | 27 | 0 | 71 | 360 | 15 | 46 |
| Binary | 1010100 | 1010100 | 1101101 | 10111 | 10111 | 0 | 111001 | 11110000 | 1101 | 100110 |
Color Harmonies of #54546D
Complementary color
Monochromatic Colors of #54546D
Black with #54546D
Text Example
Text Example
White with #54546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54546D; }
p { color: rgb(84,84,109); }
H1.HeaderClassName
{
color: #54546D;
}
.AnyTagClassName
{
color: #54546D;
}
</style>
background-color css
<style>
a { background-color: #54546D; }
a { background-color: rgb(84,84,109); }
div.DivClassName
{
background-color: #54546D;
}
.BgClassName
{
background-color: #54546D;
}
</style>
border-color css
<style>
span { border-color: #54546D; }
span { border-color: rgb(84,84,109); }
td.TdClassName
{
border-color: #54546D;
}
.TagClassName
{
border-color: #54546D;
}
</style>