Shades of Bright Grey #54565F
Tints of Bright Grey #54565F
RGB
CMYK
RGB Variations
Color information
#54565F (or 0x54565F) is known color: Bright Grey. HEX triplet: 54, 56 and 5F. RGB value is (84,86,95). Sum of RGB (Red+Green+Blue) = 84+86+95=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 95 - color contains mainly: blue. Hex color #54565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54565F is #ABA9A0. Grayscale: #565656. Windows color (decimal): -11250081 or 6248020. OLE color: 6248020.
HSL color Cylindrical-coordinate representation of color #54565F: hue angle of 229.09º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #54565F is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 84 | 86 | 95 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.63 |
| HSL | 229.09º | 0.06% | 0.35% | - |
| HSV(B) | 229.09º | 0.12% | 0.37% | - |
| XYZ | 9.05 | 9.37 | 12.16 | - |
| YUV | 86.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 95 | 0.12 | 0.09 | 0 | 0.63 | 229.09 | 0.06 | 0.35 |
| Hex | 54 | 56 | 5F | C | 9 | 0 | 3F | E5 | 6 | 23 |
| Octal | 124 | 126 | 137 | 14 | 11 | 0 | 77 | 345 | 6 | 43 |
| Binary | 1010100 | 1010110 | 1011111 | 1100 | 1001 | 0 | 111111 | 11100101 | 110 | 100011 |
Color Harmonies of #54565F
Complementary color
Monochromatic Colors of #54565F
Black with #54565F
Text Example
Text Example
White with #54565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54565F; }
p { color: rgb(84,86,95); }
H1.HeaderClassName
{
color: #54565F;
}
.AnyTagClassName
{
color: #54565F;
}
</style>
background-color css
<style>
a { background-color: #54565F; }
a { background-color: rgb(84,86,95); }
div.DivClassName
{
background-color: #54565F;
}
.BgClassName
{
background-color: #54565F;
}
</style>
border-color css
<style>
span { border-color: #54565F; }
span { border-color: rgb(84,86,95); }
td.TdClassName
{
border-color: #54565F;
}
.TagClassName
{
border-color: #54565F;
}
</style>