Shades of Bright Grey #56595D
Tints of Bright Grey #56595D
RGB
CMYK
RGB Variations
Color information
#56595D (or 0x56595D) is known color: Bright Grey. HEX triplet: 56, 59 and 5D. RGB value is (86,89,93). Sum of RGB (Red+Green+Blue) = 86+89+93=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 93 - color contains mainly: blue. Hex color #56595D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56595D is #A9A6A2. Grayscale: #585858. Windows color (decimal): -11118243 or 6117718. OLE color: 6117718.
HSL color Cylindrical-coordinate representation of color #56595D: hue angle of 214.29º 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 #56595D is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 89 | 93 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.64 |
| HSL | 214.29º | 0.04% | 0.35% | - |
| HSV(B) | 214.29º | 0.08% | 0.36% | - |
| XYZ | 9.39 | 9.91 | 11.77 | - |
| YUV | 88.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 89 | 93 | 0.08 | 0.04 | 0 | 0.64 | 214.29 | 0.04 | 0.35 |
| Hex | 56 | 59 | 5D | 8 | 4 | 0 | 40 | D6 | 4 | 23 |
| Octal | 126 | 131 | 135 | 10 | 4 | 0 | 100 | 326 | 4 | 43 |
| Binary | 1010110 | 1011001 | 1011101 | 1000 | 100 | 0 | 1000000 | 11010110 | 100 | 100011 |
Color Harmonies of #56595D
Complementary color
Monochromatic Colors of #56595D
Black with #56595D
Text Example
Text Example
White with #56595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56595D; }
p { color: rgb(86,89,93); }
H1.HeaderClassName
{
color: #56595D;
}
.AnyTagClassName
{
color: #56595D;
}
</style>
background-color css
<style>
a { background-color: #56595D; }
a { background-color: rgb(86,89,93); }
div.DivClassName
{
background-color: #56595D;
}
.BgClassName
{
background-color: #56595D;
}
</style>
border-color css
<style>
span { border-color: #56595D; }
span { border-color: rgb(86,89,93); }
td.TdClassName
{
border-color: #56595D;
}
.TagClassName
{
border-color: #56595D;
}
</style>