Shades of Bright Grey #55595F
Tints of Bright Grey #55595F
RGB
CMYK
RGB Variations
Color information
#55595F (or 0x55595F) is known color: Bright Grey. HEX triplet: 55, 59 and 5F. RGB value is (85,89,95). Sum of RGB (Red+Green+Blue) = 85+89+95=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 95 - color contains mainly: blue. Hex color #55595F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55595F is #AAA6A0. Grayscale: #585858. Windows color (decimal): -11183777 or 6248789. OLE color: 6248789.
HSL color Cylindrical-coordinate representation of color #55595F: hue angle of 216º 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 #55595F is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 89 | 95 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.63 |
| HSL | 216º | 0.06% | 0.35% | - |
| HSV(B) | 216º | 0.11% | 0.37% | - |
| XYZ | 9.38 | 9.9 | 12.24 | - |
| YUV | 88.49 | 131.67 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 95 | 0.11 | 0.06 | 0 | 0.63 | 216 | 0.06 | 0.35 |
| Hex | 55 | 59 | 5F | B | 6 | 0 | 3F | D8 | 6 | 23 |
| Octal | 125 | 131 | 137 | 13 | 6 | 0 | 77 | 330 | 6 | 43 |
| Binary | 1010101 | 1011001 | 1011111 | 1011 | 110 | 0 | 111111 | 11011000 | 110 | 100011 |
Color Harmonies of #55595F
Complementary color
Monochromatic Colors of #55595F
Black with #55595F
Text Example
Text Example
White with #55595F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55595F; }
p { color: rgb(85,89,95); }
H1.HeaderClassName
{
color: #55595F;
}
.AnyTagClassName
{
color: #55595F;
}
</style>
background-color css
<style>
a { background-color: #55595F; }
a { background-color: rgb(85,89,95); }
div.DivClassName
{
background-color: #55595F;
}
.BgClassName
{
background-color: #55595F;
}
</style>
border-color css
<style>
span { border-color: #55595F; }
span { border-color: rgb(85,89,95); }
td.TdClassName
{
border-color: #55595F;
}
.TagClassName
{
border-color: #55595F;
}
</style>