Shades of Bright Grey #545556
Tints of Bright Grey #545556
RGB
CMYK
RGB Variations
Color information
#545556 (or 0x545556) is known color: Bright Grey. HEX triplet: 54, 55 and 56. RGB value is (84,85,86). Sum of RGB (Red+Green+Blue) = 84+85+86=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 86 - color contains mainly: blue. Hex color #545556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545556 is #ABAAA9. Grayscale: #545454. Windows color (decimal): -11250346 or 5657940. OLE color: 5657940.
HSL color Cylindrical-coordinate representation of color #545556: hue angle of 210º degrees, saturation: 0.01, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #545556 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 85 | 86 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.66 |
| HSL | 210º | 0.01% | 0.33% | - |
| HSV(B) | 210º | 0.02% | 0.34% | - |
| XYZ | 8.58 | 9.05 | 10.1 | - |
| YUV | 84.82 | 128.67 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 86 | 0.02 | 0.01 | 0 | 0.66 | 210 | 0.01 | 0.33 |
| Hex | 54 | 55 | 56 | 2 | 1 | 0 | 42 | D2 | 1 | 21 |
| Octal | 124 | 125 | 126 | 2 | 1 | 0 | 102 | 322 | 1 | 41 |
| Binary | 1010100 | 1010101 | 1010110 | 10 | 1 | 0 | 1000010 | 11010010 | 1 | 100001 |
Color Harmonies of #545556
Complementary color
Monochromatic Colors of #545556
Black with #545556
Text Example
Text Example
White with #545556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545556; }
p { color: rgb(84,85,86); }
H1.HeaderClassName
{
color: #545556;
}
.AnyTagClassName
{
color: #545556;
}
</style>
background-color css
<style>
a { background-color: #545556; }
a { background-color: rgb(84,85,86); }
div.DivClassName
{
background-color: #545556;
}
.BgClassName
{
background-color: #545556;
}
</style>
border-color css
<style>
span { border-color: #545556; }
span { border-color: rgb(84,85,86); }
td.TdClassName
{
border-color: #545556;
}
.TagClassName
{
border-color: #545556;
}
</style>