Shades of Trout #505658
Tints of Trout #505658
RGB
CMYK
RGB Variations
Color information
#505658 (or 0x505658) is known color: Trout. HEX triplet: 50, 56 and 58. RGB value is (80,86,88). Sum of RGB (Red+Green+Blue) = 80+86+88=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 88 - color contains mainly: blue. Hex color #505658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505658 is #AFA9A7. Grayscale: #545454. Windows color (decimal): -11512232 or 5789264. OLE color: 5789264.
HSL color Cylindrical-coordinate representation of color #505658: hue angle of 195º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #505658 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 86 | 88 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.65 |
| HSL | 195º | 0.05% | 0.33% | - |
| HSV(B) | 195º | 0.09% | 0.35% | - |
| XYZ | 8.4 | 9.07 | 10.54 | - |
| YUV | 84.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 86 | 88 | 0.09 | 0.02 | 0 | 0.65 | 195 | 0.05 | 0.33 |
| Hex | 50 | 56 | 58 | 9 | 2 | 0 | 41 | C3 | 5 | 21 |
| Octal | 120 | 126 | 130 | 11 | 2 | 0 | 101 | 303 | 5 | 41 |
| Binary | 1010000 | 1010110 | 1011000 | 1001 | 10 | 0 | 1000001 | 11000011 | 101 | 100001 |
Color Harmonies of #505658
Complementary color
Monochromatic Colors of #505658
Black with #505658
Text Example
Text Example
White with #505658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505658; }
p { color: rgb(80,86,88); }
H1.HeaderClassName
{
color: #505658;
}
.AnyTagClassName
{
color: #505658;
}
</style>
background-color css
<style>
a { background-color: #505658; }
a { background-color: rgb(80,86,88); }
div.DivClassName
{
background-color: #505658;
}
.BgClassName
{
background-color: #505658;
}
</style>
border-color css
<style>
span { border-color: #505658; }
span { border-color: rgb(80,86,88); }
td.TdClassName
{
border-color: #505658;
}
.TagClassName
{
border-color: #505658;
}
</style>