Shades of Trout #51595B
Tints of Trout #51595B
RGB
CMYK
RGB Variations
Color information
#51595B (or 0x51595B) is known color: Trout. HEX triplet: 51, 59 and 5B. RGB value is (81,89,91). Sum of RGB (Red+Green+Blue) = 81+89+91=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 91 - color contains mainly: blue. Hex color #51595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51595B is #AEA6A4. Grayscale: #565656. Windows color (decimal): -11445925 or 5986641. OLE color: 5986641.
HSL color Cylindrical-coordinate representation of color #51595B: hue angle of 192º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #51595B is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 89 | 91 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.64 |
| HSL | 192º | 0.06% | 0.34% | - |
| HSV(B) | 192º | 0.11% | 0.36% | - |
| XYZ | 8.85 | 9.65 | 11.29 | - |
| YUV | 86.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 89 | 91 | 0.11 | 0.02 | 0 | 0.64 | 192 | 0.06 | 0.34 |
| Hex | 51 | 59 | 5B | B | 2 | 0 | 40 | C0 | 6 | 22 |
| Octal | 121 | 131 | 133 | 13 | 2 | 0 | 100 | 300 | 6 | 42 |
| Binary | 1010001 | 1011001 | 1011011 | 1011 | 10 | 0 | 1000000 | 11000000 | 110 | 100010 |
Color Harmonies of #51595B
Complementary color
Monochromatic Colors of #51595B
Black with #51595B
Text Example
Text Example
White with #51595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51595B; }
p { color: rgb(81,89,91); }
H1.HeaderClassName
{
color: #51595B;
}
.AnyTagClassName
{
color: #51595B;
}
</style>
background-color css
<style>
a { background-color: #51595B; }
a { background-color: rgb(81,89,91); }
div.DivClassName
{
background-color: #51595B;
}
.BgClassName
{
background-color: #51595B;
}
</style>
border-color css
<style>
span { border-color: #51595B; }
span { border-color: rgb(81,89,91); }
td.TdClassName
{
border-color: #51595B;
}
.TagClassName
{
border-color: #51595B;
}
</style>