Shades of Trout #475155
Tints of Trout #475155
RGB
CMYK
RGB Variations
Color information
#475155 (or 0x475155) is known color: Trout. HEX triplet: 47, 51 and 55. RGB value is (71,81,85). Sum of RGB (Red+Green+Blue) = 71+81+85=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 85 - color contains mainly: blue. Hex color #475155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475155 is #B8AEAA. Grayscale: #4E4E4E. Windows color (decimal): -12103339 or 5591367. OLE color: 5591367.
HSL color Cylindrical-coordinate representation of color #475155: hue angle of 197.14º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #475155 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 81 | 85 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.67 |
| HSL | 197.14º | 0.09% | 0.31% | - |
| HSV(B) | 197.14º | 0.16% | 0.33% | - |
| XYZ | 7.18 | 7.88 | 9.74 | - |
| YUV | 78.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 81 | 85 | 0.16 | 0.05 | 0 | 0.67 | 197.14 | 0.09 | 0.31 |
| Hex | 47 | 51 | 55 | 10 | 5 | 0 | 43 | C5 | 9 | 1F |
| Octal | 107 | 121 | 125 | 20 | 5 | 0 | 103 | 305 | 11 | 37 |
| Binary | 1000111 | 1010001 | 1010101 | 10000 | 101 | 0 | 1000011 | 11000101 | 1001 | 11111 |
Color Harmonies of #475155
Complementary color
Monochromatic Colors of #475155
Black with #475155
Text Example
Text Example
White with #475155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475155; }
p { color: rgb(71,81,85); }
H1.HeaderClassName
{
color: #475155;
}
.AnyTagClassName
{
color: #475155;
}
</style>
background-color css
<style>
a { background-color: #475155; }
a { background-color: rgb(71,81,85); }
div.DivClassName
{
background-color: #475155;
}
.BgClassName
{
background-color: #475155;
}
</style>
border-color css
<style>
span { border-color: #475155; }
span { border-color: rgb(71,81,85); }
td.TdClassName
{
border-color: #475155;
}
.TagClassName
{
border-color: #475155;
}
</style>