Shades of Trout #4D5253
Tints of Trout #4D5253
RGB
CMYK
RGB Variations
Color information
#4D5253 (or 0x4D5253) is known color: Trout. HEX triplet: 4D, 52 and 53. RGB value is (77,82,83). Sum of RGB (Red+Green+Blue) = 77+82+83=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 83 - color contains mainly: blue. Hex color #4D5253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5253 is #B2ADAC. Grayscale: #505050. Windows color (decimal): -11709869 or 5460557. OLE color: 5460557.
HSL color Cylindrical-coordinate representation of color #4D5253: hue angle of 190º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4D5253 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 82 | 83 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.67 |
| HSL | 190º | 0.04% | 0.31% | - |
| HSV(B) | 190º | 0.07% | 0.33% | - |
| XYZ | 7.64 | 8.24 | 9.37 | - |
| YUV | 80.62 | 129.34 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 82 | 83 | 0.07 | 0.01 | 0 | 0.67 | 190 | 0.04 | 0.31 |
| Hex | 4D | 52 | 53 | 7 | 1 | 0 | 43 | BE | 4 | 1F |
| Octal | 115 | 122 | 123 | 7 | 1 | 0 | 103 | 276 | 4 | 37 |
| Binary | 1001101 | 1010010 | 1010011 | 111 | 1 | 0 | 1000011 | 10111110 | 100 | 11111 |
Color Harmonies of #4D5253
Complementary color
Monochromatic Colors of #4D5253
Black with #4D5253
Text Example
Text Example
White with #4D5253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5253; }
p { color: rgb(77,82,83); }
H1.HeaderClassName
{
color: #4D5253;
}
.AnyTagClassName
{
color: #4D5253;
}
</style>
background-color css
<style>
a { background-color: #4D5253; }
a { background-color: rgb(77,82,83); }
div.DivClassName
{
background-color: #4D5253;
}
.BgClassName
{
background-color: #4D5253;
}
</style>
border-color css
<style>
span { border-color: #4D5253; }
span { border-color: rgb(77,82,83); }
td.TdClassName
{
border-color: #4D5253;
}
.TagClassName
{
border-color: #4D5253;
}
</style>