Shades of Trout #50595B
Tints of Trout #50595B
RGB
CMYK
RGB Variations
Color information
#50595B (or 0x50595B) is known color: Trout. HEX triplet: 50, 59 and 5B. RGB value is (80,89,91). Sum of RGB (Red+Green+Blue) = 80+89+91=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 91 - color contains mainly: blue. Hex color #50595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50595B is #AFA6A4. Grayscale: #565656. Windows color (decimal): -11511461 or 5986640. OLE color: 5986640.
HSL color Cylindrical-coordinate representation of color #50595B: hue angle of 190.91º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #50595B is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 89 | 91 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.64 |
| HSL | 190.91º | 0.06% | 0.34% | - |
| HSV(B) | 190.91º | 0.12% | 0.36% | - |
| XYZ | 8.77 | 9.61 | 11.29 | - |
| YUV | 86.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 89 | 91 | 0.12 | 0.02 | 0 | 0.64 | 190.91 | 0.06 | 0.34 |
| Hex | 50 | 59 | 5B | C | 2 | 0 | 40 | BF | 6 | 22 |
| Octal | 120 | 131 | 133 | 14 | 2 | 0 | 100 | 277 | 6 | 42 |
| Binary | 1010000 | 1011001 | 1011011 | 1100 | 10 | 0 | 1000000 | 10111111 | 110 | 100010 |
Color Harmonies of #50595B
Complementary color
Monochromatic Colors of #50595B
Black with #50595B
Text Example
Text Example
White with #50595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50595B; }
p { color: rgb(80,89,91); }
H1.HeaderClassName
{
color: #50595B;
}
.AnyTagClassName
{
color: #50595B;
}
</style>
background-color css
<style>
a { background-color: #50595B; }
a { background-color: rgb(80,89,91); }
div.DivClassName
{
background-color: #50595B;
}
.BgClassName
{
background-color: #50595B;
}
</style>
border-color css
<style>
span { border-color: #50595B; }
span { border-color: rgb(80,89,91); }
td.TdClassName
{
border-color: #50595B;
}
.TagClassName
{
border-color: #50595B;
}
</style>