Shades of Bright Grey #54555F
Tints of Bright Grey #54555F
RGB
CMYK
RGB Variations
Color information
#54555F (or 0x54555F) is known color: Bright Grey. HEX triplet: 54, 55 and 5F. RGB value is (84,85,95). Sum of RGB (Red+Green+Blue) = 84+85+95=264 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.82% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 95 - color contains mainly: blue. Hex color #54555F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54555F is #ABAAA0. Grayscale: #555555. Windows color (decimal): -11250337 or 6247764. OLE color: 6247764.
HSL color Cylindrical-coordinate representation of color #54555F: hue angle of 234.55º 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 #54555F is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 84 | 85 | 95 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.63 |
| HSL | 234.55º | 0.06% | 0.35% | - |
| HSV(B) | 234.55º | 0.12% | 0.37% | - |
| XYZ | 8.97 | 9.21 | 12.13 | - |
| YUV | 85.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 95 | 0.12 | 0.11 | 0 | 0.63 | 234.55 | 0.06 | 0.35 |
| Hex | 54 | 55 | 5F | C | B | 0 | 3F | EB | 6 | 23 |
| Octal | 124 | 125 | 137 | 14 | 13 | 0 | 77 | 353 | 6 | 43 |
| Binary | 1010100 | 1010101 | 1011111 | 1100 | 1011 | 0 | 111111 | 11101011 | 110 | 100011 |
Color Harmonies of #54555F
Complementary color
Monochromatic Colors of #54555F
Black with #54555F
Text Example
Text Example
White with #54555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54555F; }
p { color: rgb(84,85,95); }
H1.HeaderClassName
{
color: #54555F;
}
.AnyTagClassName
{
color: #54555F;
}
</style>
background-color css
<style>
a { background-color: #54555F; }
a { background-color: rgb(84,85,95); }
div.DivClassName
{
background-color: #54555F;
}
.BgClassName
{
background-color: #54555F;
}
</style>
border-color css
<style>
span { border-color: #54555F; }
span { border-color: rgb(84,85,95); }
td.TdClassName
{
border-color: #54555F;
}
.TagClassName
{
border-color: #54555F;
}
</style>