Shades of Bright Grey #555759
Tints of Bright Grey #555759
RGB
CMYK
RGB Variations
Color information
#555759 (or 0x555759) is known color: Bright Grey. HEX triplet: 55, 57 and 59. RGB value is (85,87,89). Sum of RGB (Red+Green+Blue) = 85+87+89=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 89 - color contains mainly: blue. Hex color #555759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555759 is #AAA8A6. Grayscale: #565656. Windows color (decimal): -11184295 or 5855061. OLE color: 5855061.
HSL color Cylindrical-coordinate representation of color #555759: hue angle of 210º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #555759 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 87 | 89 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.65 |
| HSL | 210º | 0.02% | 0.34% | - |
| HSV(B) | 210º | 0.04% | 0.35% | - |
| XYZ | 8.96 | 9.47 | 10.81 | - |
| YUV | 86.63 | 129.34 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 89 | 0.04 | 0.02 | 0 | 0.65 | 210 | 0.02 | 0.34 |
| Hex | 55 | 57 | 59 | 4 | 2 | 0 | 41 | D2 | 2 | 22 |
| Octal | 125 | 127 | 131 | 4 | 2 | 0 | 101 | 322 | 2 | 42 |
| Binary | 1010101 | 1010111 | 1011001 | 100 | 10 | 0 | 1000001 | 11010010 | 10 | 100010 |
Color Harmonies of #555759
Complementary color
Monochromatic Colors of #555759
Black with #555759
Text Example
Text Example
White with #555759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555759; }
p { color: rgb(85,87,89); }
H1.HeaderClassName
{
color: #555759;
}
.AnyTagClassName
{
color: #555759;
}
</style>
background-color css
<style>
a { background-color: #555759; }
a { background-color: rgb(85,87,89); }
div.DivClassName
{
background-color: #555759;
}
.BgClassName
{
background-color: #555759;
}
</style>
border-color css
<style>
span { border-color: #555759; }
span { border-color: rgb(85,87,89); }
td.TdClassName
{
border-color: #555759;
}
.TagClassName
{
border-color: #555759;
}
</style>