Shades of Trout #50595C
Tints of Trout #50595C
RGB
CMYK
RGB Variations
Color information
#50595C (or 0x50595C) is known color: Trout. HEX triplet: 50, 59 and 5C. RGB value is (80,89,92). Sum of RGB (Red+Green+Blue) = 80+89+92=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 92 - color contains mainly: blue. Hex color #50595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50595C is #AFA6A3. Grayscale: #565656. Windows color (decimal): -11511460 or 6052176. OLE color: 6052176.
HSL color Cylindrical-coordinate representation of color #50595C: hue angle of 195º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #50595C is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 89 | 92 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.64 |
| HSL | 195º | 0.07% | 0.34% | - |
| HSV(B) | 195º | 0.13% | 0.36% | - |
| XYZ | 8.81 | 9.62 | 11.52 | - |
| YUV | 86.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 89 | 92 | 0.13 | 0.03 | 0 | 0.64 | 195 | 0.07 | 0.34 |
| Hex | 50 | 59 | 5C | D | 3 | 0 | 40 | C3 | 7 | 22 |
| Octal | 120 | 131 | 134 | 15 | 3 | 0 | 100 | 303 | 7 | 42 |
| Binary | 1010000 | 1011001 | 1011100 | 1101 | 11 | 0 | 1000000 | 11000011 | 111 | 100010 |
Color Harmonies of #50595C
Complementary color
Monochromatic Colors of #50595C
Black with #50595C
Text Example
Text Example
White with #50595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50595C; }
p { color: rgb(80,89,92); }
H1.HeaderClassName
{
color: #50595C;
}
.AnyTagClassName
{
color: #50595C;
}
</style>
background-color css
<style>
a { background-color: #50595C; }
a { background-color: rgb(80,89,92); }
div.DivClassName
{
background-color: #50595C;
}
.BgClassName
{
background-color: #50595C;
}
</style>
border-color css
<style>
span { border-color: #50595C; }
span { border-color: rgb(80,89,92); }
td.TdClassName
{
border-color: #50595C;
}
.TagClassName
{
border-color: #50595C;
}
</style>