Shades of Bright Grey #54565A
Tints of Bright Grey #54565A
RGB
CMYK
RGB Variations
Color information
#54565A (or 0x54565A) is known color: Bright Grey. HEX triplet: 54, 56 and 5A. RGB value is (84,86,90). Sum of RGB (Red+Green+Blue) = 84+86+90=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 90 - color contains mainly: blue. Hex color #54565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54565A is #ABA9A5. Grayscale: #555555. Windows color (decimal): -11250086 or 5920340. OLE color: 5920340.
HSL color Cylindrical-coordinate representation of color #54565A: hue angle of 220º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #54565A is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 86 | 90 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.65 |
| HSL | 220º | 0.03% | 0.34% | - |
| HSV(B) | 220º | 0.07% | 0.35% | - |
| XYZ | 8.83 | 9.28 | 11 | - |
| YUV | 85.86 | 130.34 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 90 | 0.07 | 0.04 | 0 | 0.65 | 220 | 0.03 | 0.34 |
| Hex | 54 | 56 | 5A | 7 | 4 | 0 | 41 | DC | 3 | 22 |
| Octal | 124 | 126 | 132 | 7 | 4 | 0 | 101 | 334 | 3 | 42 |
| Binary | 1010100 | 1010110 | 1011010 | 111 | 100 | 0 | 1000001 | 11011100 | 11 | 100010 |
Color Harmonies of #54565A
Complementary color
Monochromatic Colors of #54565A
Black with #54565A
Text Example
Text Example
White with #54565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54565A; }
p { color: rgb(84,86,90); }
H1.HeaderClassName
{
color: #54565A;
}
.AnyTagClassName
{
color: #54565A;
}
</style>
background-color css
<style>
a { background-color: #54565A; }
a { background-color: rgb(84,86,90); }
div.DivClassName
{
background-color: #54565A;
}
.BgClassName
{
background-color: #54565A;
}
</style>
border-color css
<style>
span { border-color: #54565A; }
span { border-color: rgb(84,86,90); }
td.TdClassName
{
border-color: #54565A;
}
.TagClassName
{
border-color: #54565A;
}
</style>