Shades of Bright Grey #56595C
Tints of Bright Grey #56595C
RGB
CMYK
RGB Variations
Color information
#56595C (or 0x56595C) is known color: Bright Grey. HEX triplet: 56, 59 and 5C. RGB value is (86,89,92). Sum of RGB (Red+Green+Blue) = 86+89+92=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 92 - color contains mainly: blue. Hex color #56595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56595C is #A9A6A3. Grayscale: #585858. Windows color (decimal): -11118244 or 6052182. OLE color: 6052182.
HSL color Cylindrical-coordinate representation of color #56595C: hue angle of 210º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #56595C is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 89 | 92 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.64 |
| HSL | 210º | 0.03% | 0.35% | - |
| HSV(B) | 210º | 0.07% | 0.36% | - |
| XYZ | 9.34 | 9.9 | 11.54 | - |
| YUV | 88.45 | 130.01 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 89 | 92 | 0.07 | 0.03 | 0 | 0.64 | 210 | 0.03 | 0.35 |
| Hex | 56 | 59 | 5C | 7 | 3 | 0 | 40 | D2 | 3 | 23 |
| Octal | 126 | 131 | 134 | 7 | 3 | 0 | 100 | 322 | 3 | 43 |
| Binary | 1010110 | 1011001 | 1011100 | 111 | 11 | 0 | 1000000 | 11010010 | 11 | 100011 |
Color Harmonies of #56595C
Complementary color
Monochromatic Colors of #56595C
Black with #56595C
Text Example
Text Example
White with #56595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56595C; }
p { color: rgb(86,89,92); }
H1.HeaderClassName
{
color: #56595C;
}
.AnyTagClassName
{
color: #56595C;
}
</style>
background-color css
<style>
a { background-color: #56595C; }
a { background-color: rgb(86,89,92); }
div.DivClassName
{
background-color: #56595C;
}
.BgClassName
{
background-color: #56595C;
}
</style>
border-color css
<style>
span { border-color: #56595C; }
span { border-color: rgb(86,89,92); }
td.TdClassName
{
border-color: #56595C;
}
.TagClassName
{
border-color: #56595C;
}
</style>