Shades of Bright Grey #55585D
Tints of Bright Grey #55585D
RGB
CMYK
RGB Variations
Color information
#55585D (or 0x55585D) is known color: Bright Grey. HEX triplet: 55, 58 and 5D. RGB value is (85,88,93). Sum of RGB (Red+Green+Blue) = 85+88+93=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 93 - color contains mainly: blue. Hex color #55585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55585D is #AAA7A2. Grayscale: #575757. Windows color (decimal): -11184035 or 6117461. OLE color: 6117461.
HSL color Cylindrical-coordinate representation of color #55585D: hue angle of 217.5º 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 #55585D is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 88 | 93 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.64 |
| HSL | 217.5º | 0.04% | 0.35% | - |
| HSV(B) | 217.5º | 0.09% | 0.36% | - |
| XYZ | 9.21 | 9.7 | 11.74 | - |
| YUV | 87.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 93 | 0.09 | 0.05 | 0 | 0.64 | 217.5 | 0.04 | 0.35 |
| Hex | 55 | 58 | 5D | 9 | 5 | 0 | 40 | DA | 4 | 23 |
| Octal | 125 | 130 | 135 | 11 | 5 | 0 | 100 | 332 | 4 | 43 |
| Binary | 1010101 | 1011000 | 1011101 | 1001 | 101 | 0 | 1000000 | 11011010 | 100 | 100011 |
Color Harmonies of #55585D
Complementary color
Monochromatic Colors of #55585D
Black with #55585D
Text Example
Text Example
White with #55585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55585D; }
p { color: rgb(85,88,93); }
H1.HeaderClassName
{
color: #55585D;
}
.AnyTagClassName
{
color: #55585D;
}
</style>
background-color css
<style>
a { background-color: #55585D; }
a { background-color: rgb(85,88,93); }
div.DivClassName
{
background-color: #55585D;
}
.BgClassName
{
background-color: #55585D;
}
</style>
border-color css
<style>
span { border-color: #55585D; }
span { border-color: rgb(85,88,93); }
td.TdClassName
{
border-color: #55585D;
}
.TagClassName
{
border-color: #55585D;
}
</style>