Shades of Bright Grey #53585D
Tints of Bright Grey #53585D
RGB
CMYK
RGB Variations
Color information
#53585D (or 0x53585D) is known color: Bright Grey. HEX triplet: 53, 58 and 5D. RGB value is (83,88,93). Sum of RGB (Red+Green+Blue) = 83+88+93=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 93 - color contains mainly: blue. Hex color #53585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53585D is #ACA7A2. Grayscale: #575757. Windows color (decimal): -11315107 or 6117459. OLE color: 6117459.
HSL color Cylindrical-coordinate representation of color #53585D: hue angle of 210º 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 #53585D is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 88 | 93 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.64 |
| HSL | 210º | 0.06% | 0.35% | - |
| HSV(B) | 210º | 0.11% | 0.36% | - |
| XYZ | 9.03 | 9.61 | 11.73 | - |
| YUV | 87.08 | 131.34 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 93 | 0.11 | 0.05 | 0 | 0.64 | 210 | 0.06 | 0.35 |
| Hex | 53 | 58 | 5D | B | 5 | 0 | 40 | D2 | 6 | 23 |
| Octal | 123 | 130 | 135 | 13 | 5 | 0 | 100 | 322 | 6 | 43 |
| Binary | 1010011 | 1011000 | 1011101 | 1011 | 101 | 0 | 1000000 | 11010010 | 110 | 100011 |
Color Harmonies of #53585D
Complementary color
Monochromatic Colors of #53585D
Black with #53585D
Text Example
Text Example
White with #53585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53585D; }
p { color: rgb(83,88,93); }
H1.HeaderClassName
{
color: #53585D;
}
.AnyTagClassName
{
color: #53585D;
}
</style>
background-color css
<style>
a { background-color: #53585D; }
a { background-color: rgb(83,88,93); }
div.DivClassName
{
background-color: #53585D;
}
.BgClassName
{
background-color: #53585D;
}
</style>
border-color css
<style>
span { border-color: #53585D; }
span { border-color: rgb(83,88,93); }
td.TdClassName
{
border-color: #53585D;
}
.TagClassName
{
border-color: #53585D;
}
</style>