Shades of Trout #4D585B
Tints of Trout #4D585B
RGB
CMYK
RGB Variations
Color information
#4D585B (or 0x4D585B) is known color: Trout. HEX triplet: 4D, 58 and 5B. RGB value is (77,88,91). Sum of RGB (Red+Green+Blue) = 77+88+91=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 91 - color contains mainly: blue. Hex color #4D585B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D585B is #B2A7A4. Grayscale: #555555. Windows color (decimal): -11708325 or 5986381. OLE color: 5986381.
HSL color Cylindrical-coordinate representation of color #4D585B: hue angle of 192.86º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4D585B is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 88 | 91 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.64 |
| HSL | 192.86º | 0.08% | 0.33% | - |
| HSV(B) | 192.86º | 0.15% | 0.36% | - |
| XYZ | 8.44 | 9.31 | 11.25 | - |
| YUV | 85.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 91 | 0.15 | 0.03 | 0 | 0.64 | 192.86 | 0.08 | 0.33 |
| Hex | 4D | 58 | 5B | F | 3 | 0 | 40 | C1 | 8 | 21 |
| Octal | 115 | 130 | 133 | 17 | 3 | 0 | 100 | 301 | 10 | 41 |
| Binary | 1001101 | 1011000 | 1011011 | 1111 | 11 | 0 | 1000000 | 11000001 | 1000 | 100001 |
Color Harmonies of #4D585B
Complementary color
Monochromatic Colors of #4D585B
Black with #4D585B
Text Example
Text Example
White with #4D585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D585B; }
p { color: rgb(77,88,91); }
H1.HeaderClassName
{
color: #4D585B;
}
.AnyTagClassName
{
color: #4D585B;
}
</style>
background-color css
<style>
a { background-color: #4D585B; }
a { background-color: rgb(77,88,91); }
div.DivClassName
{
background-color: #4D585B;
}
.BgClassName
{
background-color: #4D585B;
}
</style>
border-color css
<style>
span { border-color: #4D585B; }
span { border-color: rgb(77,88,91); }
td.TdClassName
{
border-color: #4D585B;
}
.TagClassName
{
border-color: #4D585B;
}
</style>