Shades of Bright Grey #55585B
Tints of Bright Grey #55585B
RGB
CMYK
RGB Variations
Color information
#55585B (or 0x55585B) is known color: Bright Grey. HEX triplet: 55, 58 and 5B. RGB value is (85,88,91). Sum of RGB (Red+Green+Blue) = 85+88+91=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 91 - color contains mainly: blue. Hex color #55585B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55585B is #AAA7A4. Grayscale: #575757. Windows color (decimal): -11184037 or 5986389. OLE color: 5986389.
HSL color Cylindrical-coordinate representation of color #55585B: hue angle of 210º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #55585B is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 88 | 91 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.64 |
| HSL | 210º | 0.03% | 0.35% | - |
| HSV(B) | 210º | 0.07% | 0.36% | - |
| XYZ | 9.12 | 9.67 | 11.28 | - |
| YUV | 87.45 | 130.01 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 91 | 0.07 | 0.03 | 0 | 0.64 | 210 | 0.03 | 0.35 |
| Hex | 55 | 58 | 5B | 7 | 3 | 0 | 40 | D2 | 3 | 23 |
| Octal | 125 | 130 | 133 | 7 | 3 | 0 | 100 | 322 | 3 | 43 |
| Binary | 1010101 | 1011000 | 1011011 | 111 | 11 | 0 | 1000000 | 11010010 | 11 | 100011 |
Color Harmonies of #55585B
Complementary color
Monochromatic Colors of #55585B
Black with #55585B
Text Example
Text Example
White with #55585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55585B; }
p { color: rgb(85,88,91); }
H1.HeaderClassName
{
color: #55585B;
}
.AnyTagClassName
{
color: #55585B;
}
</style>
background-color css
<style>
a { background-color: #55585B; }
a { background-color: rgb(85,88,91); }
div.DivClassName
{
background-color: #55585B;
}
.BgClassName
{
background-color: #55585B;
}
</style>
border-color css
<style>
span { border-color: #55585B; }
span { border-color: rgb(85,88,91); }
td.TdClassName
{
border-color: #55585B;
}
.TagClassName
{
border-color: #55585B;
}
</style>