Shades of Bright Grey #56585C
Tints of Bright Grey #56585C
RGB
CMYK
RGB Variations
Color information
#56585C (or 0x56585C) is known color: Bright Grey. HEX triplet: 56, 58 and 5C. RGB value is (86,88,92). Sum of RGB (Red+Green+Blue) = 86+88+92=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 92 - color contains mainly: blue. Hex color #56585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56585C is #A9A7A3. Grayscale: #575757. Windows color (decimal): -11118500 or 6051926. OLE color: 6051926.
HSL color Cylindrical-coordinate representation of color #56585C: hue angle of 220º 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 #56585C is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 88 | 92 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.64 |
| HSL | 220º | 0.03% | 0.35% | - |
| HSV(B) | 220º | 0.07% | 0.36% | - |
| XYZ | 9.26 | 9.73 | 11.52 | - |
| YUV | 87.86 | 130.34 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 88 | 92 | 0.07 | 0.04 | 0 | 0.64 | 220 | 0.03 | 0.35 |
| Hex | 56 | 58 | 5C | 7 | 4 | 0 | 40 | DC | 3 | 23 |
| Octal | 126 | 130 | 134 | 7 | 4 | 0 | 100 | 334 | 3 | 43 |
| Binary | 1010110 | 1011000 | 1011100 | 111 | 100 | 0 | 1000000 | 11011100 | 11 | 100011 |
Color Harmonies of #56585C
Complementary color
Monochromatic Colors of #56585C
Black with #56585C
Text Example
Text Example
White with #56585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56585C; }
p { color: rgb(86,88,92); }
H1.HeaderClassName
{
color: #56585C;
}
.AnyTagClassName
{
color: #56585C;
}
</style>
background-color css
<style>
a { background-color: #56585C; }
a { background-color: rgb(86,88,92); }
div.DivClassName
{
background-color: #56585C;
}
.BgClassName
{
background-color: #56585C;
}
</style>
border-color css
<style>
span { border-color: #56585C; }
span { border-color: rgb(86,88,92); }
td.TdClassName
{
border-color: #56585C;
}
.TagClassName
{
border-color: #56585C;
}
</style>