Shades of Comet #54546A
Tints of Comet #54546A
RGB
CMYK
RGB Variations
Color information
#54546A (or 0x54546A) is known color: Comet. HEX triplet: 54, 54 and 6A. RGB value is (84,84,106). Sum of RGB (Red+Green+Blue) = 84+84+106=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 106 - color contains mainly: blue. Hex color #54546A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54546A is #ABAB95. Grayscale: #565656. Windows color (decimal): -11250582 or 6968404. OLE color: 6968404.
HSL color Cylindrical-coordinate representation of color #54546A: hue angle of 240º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #54546A is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 84 | 106 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.58 |
| HSL | 240º | 0.12% | 0.37% | - |
| HSV(B) | 240º | 0.21% | 0.42% | - |
| XYZ | 9.43 | 9.27 | 14.93 | - |
| YUV | 86.51 | 139 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 84 | 106 | 0.21 | 0.21 | 0 | 0.58 | 240 | 0.12 | 0.37 |
| Hex | 54 | 54 | 6A | 15 | 15 | 0 | 3A | F0 | C | 25 |
| Octal | 124 | 124 | 152 | 25 | 25 | 0 | 72 | 360 | 14 | 45 |
| Binary | 1010100 | 1010100 | 1101010 | 10101 | 10101 | 0 | 111010 | 11110000 | 1100 | 100101 |
Color Harmonies of #54546A
Complementary color
Monochromatic Colors of #54546A
Black with #54546A
Text Example
Text Example
White with #54546A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54546A; }
p { color: rgb(84,84,106); }
H1.HeaderClassName
{
color: #54546A;
}
.AnyTagClassName
{
color: #54546A;
}
</style>
background-color css
<style>
a { background-color: #54546A; }
a { background-color: rgb(84,84,106); }
div.DivClassName
{
background-color: #54546A;
}
.BgClassName
{
background-color: #54546A;
}
</style>
border-color css
<style>
span { border-color: #54546A; }
span { border-color: rgb(84,84,106); }
td.TdClassName
{
border-color: #54546A;
}
.TagClassName
{
border-color: #54546A;
}
</style>