Shades of Bright Grey #55575C
Tints of Bright Grey #55575C
RGB
CMYK
RGB Variations
Color information
#55575C (or 0x55575C) is known color: Bright Grey. HEX triplet: 55, 57 and 5C. RGB value is (85,87,92). Sum of RGB (Red+Green+Blue) = 85+87+92=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 92 - color contains mainly: blue. Hex color #55575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55575C is #AAA8A3. Grayscale: #565656. Windows color (decimal): -11184292 or 6051669. OLE color: 6051669.
HSL color Cylindrical-coordinate representation of color #55575C: hue angle of 222.86º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #55575C is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 87 | 92 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.64 |
| HSL | 222.86º | 0.04% | 0.35% | - |
| HSV(B) | 222.86º | 0.08% | 0.36% | - |
| XYZ | 9.09 | 9.52 | 11.48 | - |
| YUV | 86.97 | 130.84 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 92 | 0.08 | 0.05 | 0 | 0.64 | 222.86 | 0.04 | 0.35 |
| Hex | 55 | 57 | 5C | 8 | 5 | 0 | 40 | DF | 4 | 23 |
| Octal | 125 | 127 | 134 | 10 | 5 | 0 | 100 | 337 | 4 | 43 |
| Binary | 1010101 | 1010111 | 1011100 | 1000 | 101 | 0 | 1000000 | 11011111 | 100 | 100011 |
Color Harmonies of #55575C
Complementary color
Monochromatic Colors of #55575C
Black with #55575C
Text Example
Text Example
White with #55575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55575C; }
p { color: rgb(85,87,92); }
H1.HeaderClassName
{
color: #55575C;
}
.AnyTagClassName
{
color: #55575C;
}
</style>
background-color css
<style>
a { background-color: #55575C; }
a { background-color: rgb(85,87,92); }
div.DivClassName
{
background-color: #55575C;
}
.BgClassName
{
background-color: #55575C;
}
</style>
border-color css
<style>
span { border-color: #55575C; }
span { border-color: rgb(85,87,92); }
td.TdClassName
{
border-color: #55575C;
}
.TagClassName
{
border-color: #55575C;
}
</style>