Shades of Bright Grey #55585E
Tints of Bright Grey #55585E
RGB
CMYK
RGB Variations
Color information
#55585E (or 0x55585E) is known color: Bright Grey. HEX triplet: 55, 58 and 5E. RGB value is (85,88,94). Sum of RGB (Red+Green+Blue) = 85+88+94=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 94 - color contains mainly: blue. Hex color #55585E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55585E is #AAA7A1. Grayscale: #575757. Windows color (decimal): -11184034 or 6182997. OLE color: 6182997.
HSL color Cylindrical-coordinate representation of color #55585E: hue angle of 220º 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 #55585E is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 88 | 94 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.63 |
| HSL | 220º | 0.05% | 0.35% | - |
| HSV(B) | 220º | 0.1% | 0.37% | - |
| XYZ | 9.26 | 9.72 | 11.98 | - |
| YUV | 87.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 94 | 0.10 | 0.06 | 0 | 0.63 | 220 | 0.05 | 0.35 |
| Hex | 55 | 58 | 5E | A | 6 | 0 | 3F | DC | 5 | 23 |
| Octal | 125 | 130 | 136 | 12 | 6 | 0 | 77 | 334 | 5 | 43 |
| Binary | 1010101 | 1011000 | 1011110 | 1010 | 110 | 0 | 111111 | 11011100 | 101 | 100011 |
Color Harmonies of #55585E
Complementary color
Monochromatic Colors of #55585E
Black with #55585E
Text Example
Text Example
White with #55585E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55585E; }
p { color: rgb(85,88,94); }
H1.HeaderClassName
{
color: #55585E;
}
.AnyTagClassName
{
color: #55585E;
}
</style>
background-color css
<style>
a { background-color: #55585E; }
a { background-color: rgb(85,88,94); }
div.DivClassName
{
background-color: #55585E;
}
.BgClassName
{
background-color: #55585E;
}
</style>
border-color css
<style>
span { border-color: #55585E; }
span { border-color: rgb(85,88,94); }
td.TdClassName
{
border-color: #55585E;
}
.TagClassName
{
border-color: #55585E;
}
</style>