Shades of Bright Grey #54555E
Tints of Bright Grey #54555E
RGB
CMYK
RGB Variations
Color information
#54555E (or 0x54555E) is known color: Bright Grey. HEX triplet: 54, 55 and 5E. RGB value is (84,85,94). Sum of RGB (Red+Green+Blue) = 84+85+94=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 94 - color contains mainly: blue. Hex color #54555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54555E is #ABAAA1. Grayscale: #555555. Windows color (decimal): -11250338 or 6182228. OLE color: 6182228.
HSL color Cylindrical-coordinate representation of color #54555E: hue angle of 234º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #54555E is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 84 | 85 | 94 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.63 |
| HSL | 234º | 0.06% | 0.35% | - |
| HSV(B) | 234º | 0.11% | 0.37% | - |
| XYZ | 8.93 | 9.19 | 11.89 | - |
| YUV | 85.73 | 132.67 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 94 | 0.11 | 0.10 | 0 | 0.63 | 234 | 0.06 | 0.35 |
| Hex | 54 | 55 | 5E | B | A | 0 | 3F | EA | 6 | 23 |
| Octal | 124 | 125 | 136 | 13 | 12 | 0 | 77 | 352 | 6 | 43 |
| Binary | 1010100 | 1010101 | 1011110 | 1011 | 1010 | 0 | 111111 | 11101010 | 110 | 100011 |
Color Harmonies of #54555E
Complementary color
Monochromatic Colors of #54555E
Black with #54555E
Text Example
Text Example
White with #54555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54555E; }
p { color: rgb(84,85,94); }
H1.HeaderClassName
{
color: #54555E;
}
.AnyTagClassName
{
color: #54555E;
}
</style>
background-color css
<style>
a { background-color: #54555E; }
a { background-color: rgb(84,85,94); }
div.DivClassName
{
background-color: #54555E;
}
.BgClassName
{
background-color: #54555E;
}
</style>
border-color css
<style>
span { border-color: #54555E; }
span { border-color: rgb(84,85,94); }
td.TdClassName
{
border-color: #54555E;
}
.TagClassName
{
border-color: #54555E;
}
</style>