Shades of Bright Grey #53575B
Tints of Bright Grey #53575B
RGB
CMYK
RGB Variations
Color information
#53575B (or 0x53575B) is known color: Bright Grey. HEX triplet: 53, 57 and 5B. RGB value is (83,87,91). Sum of RGB (Red+Green+Blue) = 83+87+91=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 91 - color contains mainly: blue. Hex color #53575B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53575B is #ACA8A4. Grayscale: #565656. Windows color (decimal): -11315365 or 5986131. OLE color: 5986131.
HSL color Cylindrical-coordinate representation of color #53575B: hue angle of 210º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #53575B is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 87 | 91 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.64 |
| HSL | 210º | 0.05% | 0.34% | - |
| HSV(B) | 210º | 0.09% | 0.36% | - |
| XYZ | 8.86 | 9.41 | 11.25 | - |
| YUV | 86.26 | 130.67 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 87 | 91 | 0.09 | 0.04 | 0 | 0.64 | 210 | 0.05 | 0.34 |
| Hex | 53 | 57 | 5B | 9 | 4 | 0 | 40 | D2 | 5 | 22 |
| Octal | 123 | 127 | 133 | 11 | 4 | 0 | 100 | 322 | 5 | 42 |
| Binary | 1010011 | 1010111 | 1011011 | 1001 | 100 | 0 | 1000000 | 11010010 | 101 | 100010 |
Color Harmonies of #53575B
Complementary color
Monochromatic Colors of #53575B
Black with #53575B
Text Example
Text Example
White with #53575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53575B; }
p { color: rgb(83,87,91); }
H1.HeaderClassName
{
color: #53575B;
}
.AnyTagClassName
{
color: #53575B;
}
</style>
background-color css
<style>
a { background-color: #53575B; }
a { background-color: rgb(83,87,91); }
div.DivClassName
{
background-color: #53575B;
}
.BgClassName
{
background-color: #53575B;
}
</style>
border-color css
<style>
span { border-color: #53575B; }
span { border-color: rgb(83,87,91); }
td.TdClassName
{
border-color: #53575B;
}
.TagClassName
{
border-color: #53575B;
}
</style>