Shades of Trout #4D595C
Tints of Trout #4D595C
RGB
CMYK
RGB Variations
Color information
#4D595C (or 0x4D595C) is known color: Trout. HEX triplet: 4D, 59 and 5C. RGB value is (77,89,92). Sum of RGB (Red+Green+Blue) = 77+89+92=258 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.84% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D595C is #B2A6A3. Grayscale: #555555. Windows color (decimal): -11708068 or 6052173. OLE color: 6052173.
HSL color Cylindrical-coordinate representation of color #4D595C: hue angle of 192º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4D595C is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 89 | 92 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.64 |
| HSL | 192º | 0.09% | 0.33% | - |
| HSV(B) | 192º | 0.16% | 0.36% | - |
| XYZ | 8.56 | 9.5 | 11.51 | - |
| YUV | 85.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 89 | 92 | 0.16 | 0.03 | 0 | 0.64 | 192 | 0.09 | 0.33 |
| Hex | 4D | 59 | 5C | 10 | 3 | 0 | 40 | C0 | 9 | 21 |
| Octal | 115 | 131 | 134 | 20 | 3 | 0 | 100 | 300 | 11 | 41 |
| Binary | 1001101 | 1011001 | 1011100 | 10000 | 11 | 0 | 1000000 | 11000000 | 1001 | 100001 |
Color Harmonies of #4D595C
Complementary color
Monochromatic Colors of #4D595C
Black with #4D595C
Text Example
Text Example
White with #4D595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D595C; }
p { color: rgb(77,89,92); }
H1.HeaderClassName
{
color: #4D595C;
}
.AnyTagClassName
{
color: #4D595C;
}
</style>
background-color css
<style>
a { background-color: #4D595C; }
a { background-color: rgb(77,89,92); }
div.DivClassName
{
background-color: #4D595C;
}
.BgClassName
{
background-color: #4D595C;
}
</style>
border-color css
<style>
span { border-color: #4D595C; }
span { border-color: rgb(77,89,92); }
td.TdClassName
{
border-color: #4D595C;
}
.TagClassName
{
border-color: #4D595C;
}
</style>