Shades of Bright Grey #55565E
Tints of Bright Grey #55565E
RGB
CMYK
RGB Variations
Color information
#55565E (or 0x55565E) is known color: Bright Grey. HEX triplet: 55, 56 and 5E. RGB value is (85,86,94). Sum of RGB (Red+Green+Blue) = 85+86+94=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 94 - color contains mainly: blue. Hex color #55565E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55565E is #AAA9A1. Grayscale: #565656. Windows color (decimal): -11184546 or 6182485. OLE color: 6182485.
HSL color Cylindrical-coordinate representation of color #55565E: hue angle of 233.33º 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 #55565E is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 86 | 94 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.63 |
| HSL | 233.33º | 0.05% | 0.35% | - |
| HSV(B) | 233.33º | 0.1% | 0.37% | - |
| XYZ | 9.09 | 9.4 | 11.92 | - |
| YUV | 86.61 | 132.17 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 86 | 94 | 0.10 | 0.09 | 0 | 0.63 | 233.33 | 0.05 | 0.35 |
| Hex | 55 | 56 | 5E | A | 9 | 0 | 3F | E9 | 5 | 23 |
| Octal | 125 | 126 | 136 | 12 | 11 | 0 | 77 | 351 | 5 | 43 |
| Binary | 1010101 | 1010110 | 1011110 | 1010 | 1001 | 0 | 111111 | 11101001 | 101 | 100011 |
Color Harmonies of #55565E
Complementary color
Monochromatic Colors of #55565E
Black with #55565E
Text Example
Text Example
White with #55565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55565E; }
p { color: rgb(85,86,94); }
H1.HeaderClassName
{
color: #55565E;
}
.AnyTagClassName
{
color: #55565E;
}
</style>
background-color css
<style>
a { background-color: #55565E; }
a { background-color: rgb(85,86,94); }
div.DivClassName
{
background-color: #55565E;
}
.BgClassName
{
background-color: #55565E;
}
</style>
border-color css
<style>
span { border-color: #55565E; }
span { border-color: rgb(85,86,94); }
td.TdClassName
{
border-color: #55565E;
}
.TagClassName
{
border-color: #55565E;
}
</style>