Shades of Bright Grey #55595E
Tints of Bright Grey #55595E
RGB
CMYK
RGB Variations
Color information
#55595E (or 0x55595E) is known color: Bright Grey. HEX triplet: 55, 59 and 5E. RGB value is (85,89,94). Sum of RGB (Red+Green+Blue) = 85+89+94=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 94 - color contains mainly: blue. Hex color #55595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55595E is #AAA6A1. Grayscale: #585858. Windows color (decimal): -11183778 or 6183253. OLE color: 6183253.
HSL color Cylindrical-coordinate representation of color #55595E: hue angle of 213.33º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #55595E is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 89 | 94 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.63 |
| HSL | 213.33º | 0.05% | 0.35% | - |
| HSV(B) | 213.33º | 0.1% | 0.37% | - |
| XYZ | 9.34 | 9.88 | 12.01 | - |
| YUV | 88.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 94 | 0.10 | 0.05 | 0 | 0.63 | 213.33 | 0.05 | 0.35 |
| Hex | 55 | 59 | 5E | A | 5 | 0 | 3F | D5 | 5 | 23 |
| Octal | 125 | 131 | 136 | 12 | 5 | 0 | 77 | 325 | 5 | 43 |
| Binary | 1010101 | 1011001 | 1011110 | 1010 | 101 | 0 | 111111 | 11010101 | 101 | 100011 |
Color Harmonies of #55595E
Complementary color
Monochromatic Colors of #55595E
Black with #55595E
Text Example
Text Example
White with #55595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55595E; }
p { color: rgb(85,89,94); }
H1.HeaderClassName
{
color: #55595E;
}
.AnyTagClassName
{
color: #55595E;
}
</style>
background-color css
<style>
a { background-color: #55595E; }
a { background-color: rgb(85,89,94); }
div.DivClassName
{
background-color: #55595E;
}
.BgClassName
{
background-color: #55595E;
}
</style>
border-color css
<style>
span { border-color: #55595E; }
span { border-color: rgb(85,89,94); }
td.TdClassName
{
border-color: #55595E;
}
.TagClassName
{
border-color: #55595E;
}
</style>