Shades of Trout #505456
Tints of Trout #505456
RGB
CMYK
RGB Variations
Color information
#505456 (or 0x505456) is known color: Trout. HEX triplet: 50, 54 and 56. RGB value is (80,84,86). Sum of RGB (Red+Green+Blue) = 80+84+86=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 86 - color contains mainly: blue. Hex color #505456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505456 is #AFABA9. Grayscale: #535353. Windows color (decimal): -11512746 or 5657680. OLE color: 5657680.
HSL color Cylindrical-coordinate representation of color #505456: hue angle of 200º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #505456 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 84 | 86 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.66 |
| HSL | 200º | 0.04% | 0.33% | - |
| HSV(B) | 200º | 0.07% | 0.34% | - |
| XYZ | 8.16 | 8.72 | 10.06 | - |
| YUV | 83.03 | 129.67 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 84 | 86 | 0.07 | 0.02 | 0 | 0.66 | 200 | 0.04 | 0.33 |
| Hex | 50 | 54 | 56 | 7 | 2 | 0 | 42 | C8 | 4 | 21 |
| Octal | 120 | 124 | 126 | 7 | 2 | 0 | 102 | 310 | 4 | 41 |
| Binary | 1010000 | 1010100 | 1010110 | 111 | 10 | 0 | 1000010 | 11001000 | 100 | 100001 |
Color Harmonies of #505456
Complementary color
Monochromatic Colors of #505456
Black with #505456
Text Example
Text Example
White with #505456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505456; }
p { color: rgb(80,84,86); }
H1.HeaderClassName
{
color: #505456;
}
.AnyTagClassName
{
color: #505456;
}
</style>
background-color css
<style>
a { background-color: #505456; }
a { background-color: rgb(80,84,86); }
div.DivClassName
{
background-color: #505456;
}
.BgClassName
{
background-color: #505456;
}
</style>
border-color css
<style>
span { border-color: #505456; }
span { border-color: rgb(80,84,86); }
td.TdClassName
{
border-color: #505456;
}
.TagClassName
{
border-color: #505456;
}
</style>