Shades of Bright Grey #555761
Tints of Bright Grey #555761
RGB
CMYK
RGB Variations
Color information
#555761 (or 0x555761) is known color: Bright Grey. HEX triplet: 55, 57 and 61. RGB value is (85,87,97). Sum of RGB (Red+Green+Blue) = 85+87+97=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 97 - color contains mainly: blue. Hex color #555761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555761 is #AAA89E. Grayscale: #575757. Windows color (decimal): -11184287 or 6379349. OLE color: 6379349.
HSL color Cylindrical-coordinate representation of color #555761: hue angle of 230º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #555761 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 87 | 97 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.62 |
| HSL | 230º | 0.07% | 0.36% | - |
| HSV(B) | 230º | 0.12% | 0.38% | - |
| XYZ | 9.31 | 9.61 | 12.67 | - |
| YUV | 87.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 97 | 0.12 | 0.10 | 0 | 0.62 | 230 | 0.07 | 0.36 |
| Hex | 55 | 57 | 61 | C | A | 0 | 3E | E6 | 7 | 24 |
| Octal | 125 | 127 | 141 | 14 | 12 | 0 | 76 | 346 | 7 | 44 |
| Binary | 1010101 | 1010111 | 1100001 | 1100 | 1010 | 0 | 111110 | 11100110 | 111 | 100100 |
Color Harmonies of #555761
Complementary color
Monochromatic Colors of #555761
Black with #555761
Text Example
Text Example
White with #555761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555761; }
p { color: rgb(85,87,97); }
H1.HeaderClassName
{
color: #555761;
}
.AnyTagClassName
{
color: #555761;
}
</style>
background-color css
<style>
a { background-color: #555761; }
a { background-color: rgb(85,87,97); }
div.DivClassName
{
background-color: #555761;
}
.BgClassName
{
background-color: #555761;
}
</style>
border-color css
<style>
span { border-color: #555761; }
span { border-color: rgb(85,87,97); }
td.TdClassName
{
border-color: #555761;
}
.TagClassName
{
border-color: #555761;
}
</style>