Shades of Bright Grey #56575B
Tints of Bright Grey #56575B
RGB
CMYK
RGB Variations
Color information
#56575B (or 0x56575B) is known color: Bright Grey. HEX triplet: 56, 57 and 5B. RGB value is (86,87,91). Sum of RGB (Red+Green+Blue) = 86+87+91=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 91 - color contains mainly: blue. Hex color #56575B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56575B is #A9A8A4. Grayscale: #575757. Windows color (decimal): -11118757 or 5986134. OLE color: 5986134.
HSL color Cylindrical-coordinate representation of color #56575B: hue angle of 228º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #56575B is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 87 | 91 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.64 |
| HSL | 228º | 0.03% | 0.35% | - |
| HSV(B) | 228º | 0.05% | 0.36% | - |
| XYZ | 9.13 | 9.55 | 11.26 | - |
| YUV | 87.16 | 130.17 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 87 | 91 | 0.05 | 0.04 | 0 | 0.64 | 228 | 0.03 | 0.35 |
| Hex | 56 | 57 | 5B | 5 | 4 | 0 | 40 | E4 | 3 | 23 |
| Octal | 126 | 127 | 133 | 5 | 4 | 0 | 100 | 344 | 3 | 43 |
| Binary | 1010110 | 1010111 | 1011011 | 101 | 100 | 0 | 1000000 | 11100100 | 11 | 100011 |
Color Harmonies of #56575B
Complementary color
Monochromatic Colors of #56575B
Black with #56575B
Text Example
Text Example
White with #56575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56575B; }
p { color: rgb(86,87,91); }
H1.HeaderClassName
{
color: #56575B;
}
.AnyTagClassName
{
color: #56575B;
}
</style>
background-color css
<style>
a { background-color: #56575B; }
a { background-color: rgb(86,87,91); }
div.DivClassName
{
background-color: #56575B;
}
.BgClassName
{
background-color: #56575B;
}
</style>
border-color css
<style>
span { border-color: #56575B; }
span { border-color: rgb(86,87,91); }
td.TdClassName
{
border-color: #56575B;
}
.TagClassName
{
border-color: #56575B;
}
</style>