Shades of Bright Grey #53545D
Tints of Bright Grey #53545D
RGB
CMYK
RGB Variations
Color information
#53545D (or 0x53545D) is known color: Bright Grey. HEX triplet: 53, 54 and 5D. RGB value is (83,84,93). Sum of RGB (Red+Green+Blue) = 83+84+93=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 93 - color contains mainly: blue. Hex color #53545D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53545D is #ACABA2. Grayscale: #545454. Windows color (decimal): -11316131 or 6116435. OLE color: 6116435.
HSL color Cylindrical-coordinate representation of color #53545D: hue angle of 234º 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 #53545D is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 84 | 93 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.64 |
| HSL | 234º | 0.06% | 0.35% | - |
| HSV(B) | 234º | 0.11% | 0.36% | - |
| XYZ | 8.71 | 8.97 | 11.63 | - |
| YUV | 84.73 | 132.67 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 84 | 93 | 0.11 | 0.10 | 0 | 0.64 | 234 | 0.06 | 0.35 |
| Hex | 53 | 54 | 5D | B | A | 0 | 40 | EA | 6 | 23 |
| Octal | 123 | 124 | 135 | 13 | 12 | 0 | 100 | 352 | 6 | 43 |
| Binary | 1010011 | 1010100 | 1011101 | 1011 | 1010 | 0 | 1000000 | 11101010 | 110 | 100011 |
Color Harmonies of #53545D
Complementary color
Monochromatic Colors of #53545D
Black with #53545D
Text Example
Text Example
White with #53545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53545D; }
p { color: rgb(83,84,93); }
H1.HeaderClassName
{
color: #53545D;
}
.AnyTagClassName
{
color: #53545D;
}
</style>
background-color css
<style>
a { background-color: #53545D; }
a { background-color: rgb(83,84,93); }
div.DivClassName
{
background-color: #53545D;
}
.BgClassName
{
background-color: #53545D;
}
</style>
border-color css
<style>
span { border-color: #53545D; }
span { border-color: rgb(83,84,93); }
td.TdClassName
{
border-color: #53545D;
}
.TagClassName
{
border-color: #53545D;
}
</style>