Shades of Trout #4D585A
Tints of Trout #4D585A
RGB
CMYK
RGB Variations
Color information
#4D585A (or 0x4D585A) is known color: Trout. HEX triplet: 4D, 58 and 5A. RGB value is (77,88,90). Sum of RGB (Red+Green+Blue) = 77+88+90=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 90 - color contains mainly: blue. Hex color #4D585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D585A is #B2A7A5. Grayscale: #545454. Windows color (decimal): -11708326 or 5920845. OLE color: 5920845.
HSL color Cylindrical-coordinate representation of color #4D585A: hue angle of 189.23º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4D585A is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 88 | 90 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.65 |
| HSL | 189.23º | 0.08% | 0.33% | - |
| HSV(B) | 189.23º | 0.14% | 0.35% | - |
| XYZ | 8.4 | 9.3 | 11.02 | - |
| YUV | 84.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 90 | 0.14 | 0.02 | 0 | 0.65 | 189.23 | 0.08 | 0.33 |
| Hex | 4D | 58 | 5A | E | 2 | 0 | 41 | BD | 8 | 21 |
| Octal | 115 | 130 | 132 | 16 | 2 | 0 | 101 | 275 | 10 | 41 |
| Binary | 1001101 | 1011000 | 1011010 | 1110 | 10 | 0 | 1000001 | 10111101 | 1000 | 100001 |
Color Harmonies of #4D585A
Complementary color
Monochromatic Colors of #4D585A
Black with #4D585A
Text Example
Text Example
White with #4D585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D585A; }
p { color: rgb(77,88,90); }
H1.HeaderClassName
{
color: #4D585A;
}
.AnyTagClassName
{
color: #4D585A;
}
</style>
background-color css
<style>
a { background-color: #4D585A; }
a { background-color: rgb(77,88,90); }
div.DivClassName
{
background-color: #4D585A;
}
.BgClassName
{
background-color: #4D585A;
}
</style>
border-color css
<style>
span { border-color: #4D585A; }
span { border-color: rgb(77,88,90); }
td.TdClassName
{
border-color: #4D585A;
}
.TagClassName
{
border-color: #4D585A;
}
</style>