Shades of Bright Grey #53555D
Tints of Bright Grey #53555D
RGB
CMYK
RGB Variations
Color information
#53555D (or 0x53555D) is known color: Bright Grey. HEX triplet: 53, 55 and 5D. RGB value is (83,85,93). Sum of RGB (Red+Green+Blue) = 83+85+93=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 93 - color contains mainly: blue. Hex color #53555D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53555D is #ACAAA2. Grayscale: #555555. Windows color (decimal): -11315875 or 6116691. OLE color: 6116691.
HSL color Cylindrical-coordinate representation of color #53555D: hue angle of 228º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #53555D is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 85 | 93 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.64 |
| HSL | 228º | 0.06% | 0.35% | - |
| HSV(B) | 228º | 0.11% | 0.36% | - |
| XYZ | 8.79 | 9.13 | 11.65 | - |
| YUV | 85.31 | 132.34 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 93 | 0.11 | 0.09 | 0 | 0.64 | 228 | 0.06 | 0.35 |
| Hex | 53 | 55 | 5D | B | 9 | 0 | 40 | E4 | 6 | 23 |
| Octal | 123 | 125 | 135 | 13 | 11 | 0 | 100 | 344 | 6 | 43 |
| Binary | 1010011 | 1010101 | 1011101 | 1011 | 1001 | 0 | 1000000 | 11100100 | 110 | 100011 |
Color Harmonies of #53555D
Complementary color
Monochromatic Colors of #53555D
Black with #53555D
Text Example
Text Example
White with #53555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53555D; }
p { color: rgb(83,85,93); }
H1.HeaderClassName
{
color: #53555D;
}
.AnyTagClassName
{
color: #53555D;
}
</style>
background-color css
<style>
a { background-color: #53555D; }
a { background-color: rgb(83,85,93); }
div.DivClassName
{
background-color: #53555D;
}
.BgClassName
{
background-color: #53555D;
}
</style>
border-color css
<style>
span { border-color: #53555D; }
span { border-color: rgb(83,85,93); }
td.TdClassName
{
border-color: #53555D;
}
.TagClassName
{
border-color: #53555D;
}
</style>