Shades of Bright Grey #55575E
Tints of Bright Grey #55575E
RGB
CMYK
RGB Variations
Color information
#55575E (or 0x55575E) is known color: Bright Grey. HEX triplet: 55, 57 and 5E. RGB value is (85,87,94). Sum of RGB (Red+Green+Blue) = 85+87+94=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 94 - color contains mainly: blue. Hex color #55575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55575E is #AAA8A1. Grayscale: #575757. Windows color (decimal): -11184290 or 6182741. OLE color: 6182741.
HSL color Cylindrical-coordinate representation of color #55575E: hue angle of 226.67º 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 #55575E is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 87 | 94 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.63 |
| HSL | 226.67º | 0.05% | 0.35% | - |
| HSV(B) | 226.67º | 0.1% | 0.37% | - |
| XYZ | 9.17 | 9.56 | 11.95 | - |
| YUV | 87.2 | 131.84 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 94 | 0.10 | 0.07 | 0 | 0.63 | 226.67 | 0.05 | 0.35 |
| Hex | 55 | 57 | 5E | A | 7 | 0 | 3F | E3 | 5 | 23 |
| Octal | 125 | 127 | 136 | 12 | 7 | 0 | 77 | 343 | 5 | 43 |
| Binary | 1010101 | 1010111 | 1011110 | 1010 | 111 | 0 | 111111 | 11100011 | 101 | 100011 |
Color Harmonies of #55575E
Complementary color
Monochromatic Colors of #55575E
Black with #55575E
Text Example
Text Example
White with #55575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55575E; }
p { color: rgb(85,87,94); }
H1.HeaderClassName
{
color: #55575E;
}
.AnyTagClassName
{
color: #55575E;
}
</style>
background-color css
<style>
a { background-color: #55575E; }
a { background-color: rgb(85,87,94); }
div.DivClassName
{
background-color: #55575E;
}
.BgClassName
{
background-color: #55575E;
}
</style>
border-color css
<style>
span { border-color: #55575E; }
span { border-color: rgb(85,87,94); }
td.TdClassName
{
border-color: #55575E;
}
.TagClassName
{
border-color: #55575E;
}
</style>