Shades of Bright Grey #55565C
Tints of Bright Grey #55565C
RGB
CMYK
RGB Variations
Color information
#55565C (or 0x55565C) is known color: Bright Grey. HEX triplet: 55, 56 and 5C. RGB value is (85,86,92). Sum of RGB (Red+Green+Blue) = 85+86+92=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 92 - color contains mainly: blue. Hex color #55565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55565C is #AAA9A3. Grayscale: #565656. Windows color (decimal): -11184548 or 6051413. OLE color: 6051413.
HSL color Cylindrical-coordinate representation of color #55565C: hue angle of 231.43º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #55565C is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 86 | 92 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.64 |
| HSL | 231.43º | 0.04% | 0.35% | - |
| HSV(B) | 231.43º | 0.08% | 0.36% | - |
| XYZ | 9.01 | 9.36 | 11.46 | - |
| YUV | 86.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 86 | 92 | 0.08 | 0.07 | 0 | 0.64 | 231.43 | 0.04 | 0.35 |
| Hex | 55 | 56 | 5C | 8 | 7 | 0 | 40 | E7 | 4 | 23 |
| Octal | 125 | 126 | 134 | 10 | 7 | 0 | 100 | 347 | 4 | 43 |
| Binary | 1010101 | 1010110 | 1011100 | 1000 | 111 | 0 | 1000000 | 11100111 | 100 | 100011 |
Color Harmonies of #55565C
Complementary color
Monochromatic Colors of #55565C
Black with #55565C
Text Example
Text Example
White with #55565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55565C; }
p { color: rgb(85,86,92); }
H1.HeaderClassName
{
color: #55565C;
}
.AnyTagClassName
{
color: #55565C;
}
</style>
background-color css
<style>
a { background-color: #55565C; }
a { background-color: rgb(85,86,92); }
div.DivClassName
{
background-color: #55565C;
}
.BgClassName
{
background-color: #55565C;
}
</style>
border-color css
<style>
span { border-color: #55565C; }
span { border-color: rgb(85,86,92); }
td.TdClassName
{
border-color: #55565C;
}
.TagClassName
{
border-color: #55565C;
}
</style>