Shades of Bright Grey #555760
Tints of Bright Grey #555760
RGB
CMYK
RGB Variations
Color information
#555760 (or 0x555760) is known color: Bright Grey. HEX triplet: 55, 57 and 60. RGB value is (85,87,96). Sum of RGB (Red+Green+Blue) = 85+87+96=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 96 - color contains mainly: blue. Hex color #555760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555760 is #AAA89F. Grayscale: #575757. Windows color (decimal): -11184288 or 6313813. OLE color: 6313813.
HSL color Cylindrical-coordinate representation of color #555760: hue angle of 229.09º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #555760 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 87 | 96 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.62 |
| HSL | 229.09º | 0.06% | 0.35% | - |
| HSV(B) | 229.09º | 0.11% | 0.38% | - |
| XYZ | 9.27 | 9.59 | 12.43 | - |
| YUV | 87.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 96 | 0.11 | 0.09 | 0 | 0.62 | 229.09 | 0.06 | 0.35 |
| Hex | 55 | 57 | 60 | B | 9 | 0 | 3E | E5 | 6 | 23 |
| Octal | 125 | 127 | 140 | 13 | 11 | 0 | 76 | 345 | 6 | 43 |
| Binary | 1010101 | 1010111 | 1100000 | 1011 | 1001 | 0 | 111110 | 11100101 | 110 | 100011 |
Color Harmonies of #555760
Complementary color
Monochromatic Colors of #555760
Black with #555760
Text Example
Text Example
White with #555760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555760; }
p { color: rgb(85,87,96); }
H1.HeaderClassName
{
color: #555760;
}
.AnyTagClassName
{
color: #555760;
}
</style>
background-color css
<style>
a { background-color: #555760; }
a { background-color: rgb(85,87,96); }
div.DivClassName
{
background-color: #555760;
}
.BgClassName
{
background-color: #555760;
}
</style>
border-color css
<style>
span { border-color: #555760; }
span { border-color: rgb(85,87,96); }
td.TdClassName
{
border-color: #555760;
}
.TagClassName
{
border-color: #555760;
}
</style>