Shades of Trout #50585B
Tints of Trout #50585B
RGB
CMYK
RGB Variations
Color information
#50585B (or 0x50585B) is known color: Trout. HEX triplet: 50, 58 and 5B. RGB value is (80,88,91). Sum of RGB (Red+Green+Blue) = 80+88+91=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 91 - color contains mainly: blue. Hex color #50585B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50585B is #AFA7A4. Grayscale: #555555. Windows color (decimal): -11511717 or 5986384. OLE color: 5986384.
HSL color Cylindrical-coordinate representation of color #50585B: hue angle of 196.36º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #50585B is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 88 | 91 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.64 |
| HSL | 196.36º | 0.06% | 0.34% | - |
| HSV(B) | 196.36º | 0.12% | 0.36% | - |
| XYZ | 8.69 | 9.44 | 11.26 | - |
| YUV | 85.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 88 | 91 | 0.12 | 0.03 | 0 | 0.64 | 196.36 | 0.06 | 0.34 |
| Hex | 50 | 58 | 5B | C | 3 | 0 | 40 | C4 | 6 | 22 |
| Octal | 120 | 130 | 133 | 14 | 3 | 0 | 100 | 304 | 6 | 42 |
| Binary | 1010000 | 1011000 | 1011011 | 1100 | 11 | 0 | 1000000 | 11000100 | 110 | 100010 |
Color Harmonies of #50585B
Complementary color
Monochromatic Colors of #50585B
Black with #50585B
Text Example
Text Example
White with #50585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50585B; }
p { color: rgb(80,88,91); }
H1.HeaderClassName
{
color: #50585B;
}
.AnyTagClassName
{
color: #50585B;
}
</style>
background-color css
<style>
a { background-color: #50585B; }
a { background-color: rgb(80,88,91); }
div.DivClassName
{
background-color: #50585B;
}
.BgClassName
{
background-color: #50585B;
}
</style>
border-color css
<style>
span { border-color: #50585B; }
span { border-color: rgb(80,88,91); }
td.TdClassName
{
border-color: #50585B;
}
.TagClassName
{
border-color: #50585B;
}
</style>