Shades of Bright Grey #54565B
Tints of Bright Grey #54565B
RGB
CMYK
RGB Variations
Color information
#54565B (or 0x54565B) is known color: Bright Grey. HEX triplet: 54, 56 and 5B. RGB value is (84,86,91). Sum of RGB (Red+Green+Blue) = 84+86+91=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 91 - color contains mainly: blue. Hex color #54565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54565B is #ABA9A4. Grayscale: #555555. Windows color (decimal): -11250085 or 5985876. OLE color: 5985876.
HSL color Cylindrical-coordinate representation of color #54565B: hue angle of 222.86º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #54565B is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 86 | 91 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.64 |
| HSL | 222.86º | 0.04% | 0.34% | - |
| HSV(B) | 222.86º | 0.08% | 0.36% | - |
| XYZ | 8.87 | 9.3 | 11.22 | - |
| YUV | 85.97 | 130.84 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 91 | 0.08 | 0.05 | 0 | 0.64 | 222.86 | 0.04 | 0.34 |
| Hex | 54 | 56 | 5B | 8 | 5 | 0 | 40 | DF | 4 | 22 |
| Octal | 124 | 126 | 133 | 10 | 5 | 0 | 100 | 337 | 4 | 42 |
| Binary | 1010100 | 1010110 | 1011011 | 1000 | 101 | 0 | 1000000 | 11011111 | 100 | 100010 |
Color Harmonies of #54565B
Complementary color
Monochromatic Colors of #54565B
Black with #54565B
Text Example
Text Example
White with #54565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54565B; }
p { color: rgb(84,86,91); }
H1.HeaderClassName
{
color: #54565B;
}
.AnyTagClassName
{
color: #54565B;
}
</style>
background-color css
<style>
a { background-color: #54565B; }
a { background-color: rgb(84,86,91); }
div.DivClassName
{
background-color: #54565B;
}
.BgClassName
{
background-color: #54565B;
}
</style>
border-color css
<style>
span { border-color: #54565B; }
span { border-color: rgb(84,86,91); }
td.TdClassName
{
border-color: #54565B;
}
.TagClassName
{
border-color: #54565B;
}
</style>