Shades of Bright Grey #53555E
Tints of Bright Grey #53555E
RGB
CMYK
RGB Variations
Color information
#53555E (or 0x53555E) is known color: Bright Grey. HEX triplet: 53, 55 and 5E. RGB value is (83,85,94). Sum of RGB (Red+Green+Blue) = 83+85+94=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 94 - color contains mainly: blue. Hex color #53555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53555E is #ACAAA1. Grayscale: #555555. Windows color (decimal): -11315874 or 6182227. OLE color: 6182227.
HSL color Cylindrical-coordinate representation of color #53555E: 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 #53555E is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 83 | 85 | 94 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.63 |
| HSL | 229.09º | 0.06% | 0.35% | - |
| HSV(B) | 229.09º | 0.12% | 0.37% | - |
| XYZ | 8.84 | 9.14 | 11.89 | - |
| YUV | 85.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 94 | 0.12 | 0.10 | 0 | 0.63 | 229.09 | 0.06 | 0.35 |
| Hex | 53 | 55 | 5E | C | A | 0 | 3F | E5 | 6 | 23 |
| Octal | 123 | 125 | 136 | 14 | 12 | 0 | 77 | 345 | 6 | 43 |
| Binary | 1010011 | 1010101 | 1011110 | 1100 | 1010 | 0 | 111111 | 11100101 | 110 | 100011 |
Color Harmonies of #53555E
Complementary color
Monochromatic Colors of #53555E
Black with #53555E
Text Example
Text Example
White with #53555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53555E; }
p { color: rgb(83,85,94); }
H1.HeaderClassName
{
color: #53555E;
}
.AnyTagClassName
{
color: #53555E;
}
</style>
background-color css
<style>
a { background-color: #53555E; }
a { background-color: rgb(83,85,94); }
div.DivClassName
{
background-color: #53555E;
}
.BgClassName
{
background-color: #53555E;
}
</style>
border-color css
<style>
span { border-color: #53555E; }
span { border-color: rgb(83,85,94); }
td.TdClassName
{
border-color: #53555E;
}
.TagClassName
{
border-color: #53555E;
}
</style>