Shades of Matterhorn #545454
Tints of Matterhorn #545454
RGB
CMYK
RGB Variations
Color information
#545454 (or 0x545454) is known color: Matterhorn. HEX triplet: 54, 54 and 54. RGB value is (84,84,84). Sum of RGB (Red+Green+Blue) = 84+84+84=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 84 - color contains mainly: red, green, blue. Hex color #545454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545454 is #ABABAB. Grayscale: #535353. Windows color (decimal): -11250604 or 5526612. OLE color: 5526612.
HSL color Cylindrical-coordinate representation of color #545454: hue angle of 0º degrees, saturation: 0, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0%. Process color model (Four color, CMYK) of #545454 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
RGB | 84 | 84 | 84 | - |
CMYK | 0 | 0 | 0 | 0.67 |
HSL | 0º | 0% | 0.33% | - |
HSV(B) | 0º | 0% | 0.33% | - |
XYZ | 8.43 | 8.87 | 9.65 | - |
YUV | 84 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 84 | 84 | 84 | 0 | 0 | 0 | 0.67 | 0 | 0 | 0.33 |
Hex | 54 | 54 | 54 | 0 | 0 | 0 | 43 | 0 | 0 | 21 |
Octal | 124 | 124 | 124 | 0 | 0 | 0 | 103 | 0 | 0 | 41 |
Binary | 1010100 | 1010100 | 1010100 | 0 | 0 | 0 | 1000011 | 0 | 0 | 100001 |
Color Harmonies of #545454
Complementary color
Monochromatic Colors of #545454
Black with #545454
Text Example
Text Example
White with #545454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545454; }
p { color: rgb(84,84,84); }
H1.HeaderClassName
{
color: #545454;
}
.AnyTagClassName
{
color: #545454;
}
</style>
background-color css
<style>
a { background-color: #545454; }
a { background-color: rgb(84,84,84); }
div.DivClassName
{
background-color: #545454;
}
.BgClassName
{
background-color: #545454;
}
</style>
border-color css
<style>
span { border-color: #545454; }
span { border-color: rgb(84,84,84); }
td.TdClassName
{
border-color: #545454;
}
.TagClassName
{
border-color: #545454;
}
</style>