Shades of Bright Grey #55585F
Tints of Bright Grey #55585F
RGB
CMYK
RGB Variations
Color information
#55585F (or 0x55585F) is known color: Bright Grey. HEX triplet: 55, 58 and 5F. RGB value is (85,88,95). Sum of RGB (Red+Green+Blue) = 85+88+95=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 95 - color contains mainly: blue. Hex color #55585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55585F is #AAA7A0. Grayscale: #575757. Windows color (decimal): -11184033 or 6248533. OLE color: 6248533.
HSL color Cylindrical-coordinate representation of color #55585F: hue angle of 222º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #55585F is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 88 | 95 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.63 |
| HSL | 222º | 0.06% | 0.35% | - |
| HSV(B) | 222º | 0.11% | 0.37% | - |
| XYZ | 9.3 | 9.74 | 12.22 | - |
| YUV | 87.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 95 | 0.11 | 0.07 | 0 | 0.63 | 222 | 0.06 | 0.35 |
| Hex | 55 | 58 | 5F | B | 7 | 0 | 3F | DE | 6 | 23 |
| Octal | 125 | 130 | 137 | 13 | 7 | 0 | 77 | 336 | 6 | 43 |
| Binary | 1010101 | 1011000 | 1011111 | 1011 | 111 | 0 | 111111 | 11011110 | 110 | 100011 |
Color Harmonies of #55585F
Complementary color
Monochromatic Colors of #55585F
Black with #55585F
Text Example
Text Example
White with #55585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55585F; }
p { color: rgb(85,88,95); }
H1.HeaderClassName
{
color: #55585F;
}
.AnyTagClassName
{
color: #55585F;
}
</style>
background-color css
<style>
a { background-color: #55585F; }
a { background-color: rgb(85,88,95); }
div.DivClassName
{
background-color: #55585F;
}
.BgClassName
{
background-color: #55585F;
}
</style>
border-color css
<style>
span { border-color: #55585F; }
span { border-color: rgb(85,88,95); }
td.TdClassName
{
border-color: #55585F;
}
.TagClassName
{
border-color: #55585F;
}
</style>