Shades of Trout #4D5358
Tints of Trout #4D5358
RGB
CMYK
RGB Variations
Color information
#4D5358 (or 0x4D5358) is known color: Trout. HEX triplet: 4D, 53 and 58. RGB value is (77,83,88). Sum of RGB (Red+Green+Blue) = 77+83+88=248 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.05% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 88 - color contains mainly: blue. Hex color #4D5358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5358 is #B2ACA7. Grayscale: #515151. Windows color (decimal): -11709608 or 5788493. OLE color: 5788493.
HSL color Cylindrical-coordinate representation of color #4D5358: hue angle of 207.27º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4D5358 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 83 | 88 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.65 |
| HSL | 207.27º | 0.07% | 0.32% | - |
| HSV(B) | 207.27º | 0.13% | 0.35% | - |
| XYZ | 7.92 | 8.47 | 10.45 | - |
| YUV | 81.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 88 | 0.12 | 0.06 | 0 | 0.65 | 207.27 | 0.07 | 0.32 |
| Hex | 4D | 53 | 58 | C | 6 | 0 | 41 | CF | 7 | 20 |
| Octal | 115 | 123 | 130 | 14 | 6 | 0 | 101 | 317 | 7 | 40 |
| Binary | 1001101 | 1010011 | 1011000 | 1100 | 110 | 0 | 1000001 | 11001111 | 111 | 100000 |
Color Harmonies of #4D5358
Complementary color
Monochromatic Colors of #4D5358
Black with #4D5358
Text Example
Text Example
White with #4D5358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5358; }
p { color: rgb(77,83,88); }
H1.HeaderClassName
{
color: #4D5358;
}
.AnyTagClassName
{
color: #4D5358;
}
</style>
background-color css
<style>
a { background-color: #4D5358; }
a { background-color: rgb(77,83,88); }
div.DivClassName
{
background-color: #4D5358;
}
.BgClassName
{
background-color: #4D5358;
}
</style>
border-color css
<style>
span { border-color: #4D5358; }
span { border-color: rgb(77,83,88); }
td.TdClassName
{
border-color: #4D5358;
}
.TagClassName
{
border-color: #4D5358;
}
</style>