Shades of Trout #4D5659
Tints of Trout #4D5659
RGB
CMYK
RGB Variations
Color information
#4D5659 (or 0x4D5659) is known color: Trout. HEX triplet: 4D, 56 and 59. RGB value is (77,86,89). Sum of RGB (Red+Green+Blue) = 77+86+89=252 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.56% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 89 - color contains mainly: blue. Hex color #4D5659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5659 is #B2A9A6. Grayscale: #535353. Windows color (decimal): -11708839 or 5854797. OLE color: 5854797.
HSL color Cylindrical-coordinate representation of color #4D5659: hue angle of 195º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4D5659 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 86 | 89 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.65 |
| HSL | 195º | 0.07% | 0.33% | - |
| HSV(B) | 195º | 0.13% | 0.35% | - |
| XYZ | 8.19 | 8.95 | 10.75 | - |
| YUV | 83.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 86 | 89 | 0.13 | 0.03 | 0 | 0.65 | 195 | 0.07 | 0.33 |
| Hex | 4D | 56 | 59 | D | 3 | 0 | 41 | C3 | 7 | 21 |
| Octal | 115 | 126 | 131 | 15 | 3 | 0 | 101 | 303 | 7 | 41 |
| Binary | 1001101 | 1010110 | 1011001 | 1101 | 11 | 0 | 1000001 | 11000011 | 111 | 100001 |
Color Harmonies of #4D5659
Complementary color
Monochromatic Colors of #4D5659
Black with #4D5659
Text Example
Text Example
White with #4D5659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5659; }
p { color: rgb(77,86,89); }
H1.HeaderClassName
{
color: #4D5659;
}
.AnyTagClassName
{
color: #4D5659;
}
</style>
background-color css
<style>
a { background-color: #4D5659; }
a { background-color: rgb(77,86,89); }
div.DivClassName
{
background-color: #4D5659;
}
.BgClassName
{
background-color: #4D5659;
}
</style>
border-color css
<style>
span { border-color: #4D5659; }
span { border-color: rgb(77,86,89); }
td.TdClassName
{
border-color: #4D5659;
}
.TagClassName
{
border-color: #4D5659;
}
</style>