Shades of Bright Grey #56575D
Tints of Bright Grey #56575D
RGB
CMYK
RGB Variations
Color information
#56575D (or 0x56575D) is known color: Bright Grey. HEX triplet: 56, 57 and 5D. RGB value is (86,87,93). Sum of RGB (Red+Green+Blue) = 86+87+93=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 93 - color contains mainly: blue. Hex color #56575D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56575D is #A9A8A2. Grayscale: #575757. Windows color (decimal): -11118755 or 6117206. OLE color: 6117206.
HSL color Cylindrical-coordinate representation of color #56575D: hue angle of 231.43º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #56575D is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 87 | 93 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.64 |
| HSL | 231.43º | 0.04% | 0.35% | - |
| HSV(B) | 231.43º | 0.08% | 0.36% | - |
| XYZ | 9.22 | 9.59 | 11.72 | - |
| YUV | 87.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 87 | 93 | 0.08 | 0.06 | 0 | 0.64 | 231.43 | 0.04 | 0.35 |
| Hex | 56 | 57 | 5D | 8 | 6 | 0 | 40 | E7 | 4 | 23 |
| Octal | 126 | 127 | 135 | 10 | 6 | 0 | 100 | 347 | 4 | 43 |
| Binary | 1010110 | 1010111 | 1011101 | 1000 | 110 | 0 | 1000000 | 11100111 | 100 | 100011 |
Color Harmonies of #56575D
Complementary color
Monochromatic Colors of #56575D
Black with #56575D
Text Example
Text Example
White with #56575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56575D; }
p { color: rgb(86,87,93); }
H1.HeaderClassName
{
color: #56575D;
}
.AnyTagClassName
{
color: #56575D;
}
</style>
background-color css
<style>
a { background-color: #56575D; }
a { background-color: rgb(86,87,93); }
div.DivClassName
{
background-color: #56575D;
}
.BgClassName
{
background-color: #56575D;
}
</style>
border-color css
<style>
span { border-color: #56575D; }
span { border-color: rgb(86,87,93); }
td.TdClassName
{
border-color: #56575D;
}
.TagClassName
{
border-color: #56575D;
}
</style>