Shades of Bright Grey #545558
Tints of Bright Grey #545558
RGB
CMYK
RGB Variations
Color information
#545558 (or 0x545558) is known color: Bright Grey. HEX triplet: 54, 55 and 58. RGB value is (84,85,88). Sum of RGB (Red+Green+Blue) = 84+85+88=257 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.68% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 88 - color contains mainly: blue. Hex color #545558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545558 is #ABAAA7. Grayscale: #555555. Windows color (decimal): -11250344 or 5789012. OLE color: 5789012.
HSL color Cylindrical-coordinate representation of color #545558: hue angle of 225º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #545558 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 85 | 88 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.65 |
| HSL | 225º | 0.02% | 0.34% | - |
| HSV(B) | 225º | 0.05% | 0.35% | - |
| XYZ | 8.67 | 9.09 | 10.53 | - |
| YUV | 85.04 | 129.67 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 88 | 0.05 | 0.03 | 0 | 0.65 | 225 | 0.02 | 0.34 |
| Hex | 54 | 55 | 58 | 5 | 3 | 0 | 41 | E1 | 2 | 22 |
| Octal | 124 | 125 | 130 | 5 | 3 | 0 | 101 | 341 | 2 | 42 |
| Binary | 1010100 | 1010101 | 1011000 | 101 | 11 | 0 | 1000001 | 11100001 | 10 | 100010 |
Color Harmonies of #545558
Complementary color
Monochromatic Colors of #545558
Black with #545558
Text Example
Text Example
White with #545558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545558; }
p { color: rgb(84,85,88); }
H1.HeaderClassName
{
color: #545558;
}
.AnyTagClassName
{
color: #545558;
}
</style>
background-color css
<style>
a { background-color: #545558; }
a { background-color: rgb(84,85,88); }
div.DivClassName
{
background-color: #545558;
}
.BgClassName
{
background-color: #545558;
}
</style>
border-color css
<style>
span { border-color: #545558; }
span { border-color: rgb(84,85,88); }
td.TdClassName
{
border-color: #545558;
}
.TagClassName
{
border-color: #545558;
}
</style>