Shades of Bright Grey #55595D
Tints of Bright Grey #55595D
RGB
CMYK
RGB Variations
Color information
#55595D (or 0x55595D) is known color: Bright Grey. HEX triplet: 55, 59 and 5D. RGB value is (85,89,93). Sum of RGB (Red+Green+Blue) = 85+89+93=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 93 - color contains mainly: blue. Hex color #55595D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55595D is #AAA6A2. Grayscale: #585858. Windows color (decimal): -11183779 or 6117717. OLE color: 6117717.
HSL color Cylindrical-coordinate representation of color #55595D: hue angle of 210º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #55595D is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 89 | 93 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.64 |
| HSL | 210º | 0.04% | 0.35% | - |
| HSV(B) | 210º | 0.09% | 0.36% | - |
| XYZ | 9.29 | 9.87 | 11.77 | - |
| YUV | 88.26 | 130.67 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 93 | 0.09 | 0.04 | 0 | 0.64 | 210 | 0.04 | 0.35 |
| Hex | 55 | 59 | 5D | 9 | 4 | 0 | 40 | D2 | 4 | 23 |
| Octal | 125 | 131 | 135 | 11 | 4 | 0 | 100 | 322 | 4 | 43 |
| Binary | 1010101 | 1011001 | 1011101 | 1001 | 100 | 0 | 1000000 | 11010010 | 100 | 100011 |
Color Harmonies of #55595D
Complementary color
Monochromatic Colors of #55595D
Black with #55595D
Text Example
Text Example
White with #55595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55595D; }
p { color: rgb(85,89,93); }
H1.HeaderClassName
{
color: #55595D;
}
.AnyTagClassName
{
color: #55595D;
}
</style>
background-color css
<style>
a { background-color: #55595D; }
a { background-color: rgb(85,89,93); }
div.DivClassName
{
background-color: #55595D;
}
.BgClassName
{
background-color: #55595D;
}
</style>
border-color css
<style>
span { border-color: #55595D; }
span { border-color: rgb(85,89,93); }
td.TdClassName
{
border-color: #55595D;
}
.TagClassName
{
border-color: #55595D;
}
</style>