Shades of Trout #495359
Tints of Trout #495359
RGB
CMYK
RGB Variations
Color information
#495359 (or 0x495359) is known color: Trout. HEX triplet: 49, 53 and 59. RGB value is (73,83,89). Sum of RGB (Red+Green+Blue) = 73+83+89=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 89 - color contains mainly: blue. Hex color #495359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495359 is #B6ACA6. Grayscale: #505050. Windows color (decimal): -11971751 or 5854025. OLE color: 5854025.
HSL color Cylindrical-coordinate representation of color #495359: hue angle of 202.5º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #495359 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 83 | 89 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.65 |
| HSL | 202.5º | 0.1% | 0.32% | - |
| HSV(B) | 202.5º | 0.18% | 0.35% | - |
| XYZ | 7.64 | 8.32 | 10.66 | - |
| YUV | 80.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 89 | 0.18 | 0.07 | 0 | 0.65 | 202.5 | 0.1 | 0.32 |
| Hex | 49 | 53 | 59 | 12 | 7 | 0 | 41 | CA | A | 20 |
| Octal | 111 | 123 | 131 | 22 | 7 | 0 | 101 | 312 | 12 | 40 |
| Binary | 1001001 | 1010011 | 1011001 | 10010 | 111 | 0 | 1000001 | 11001010 | 1010 | 100000 |
Color Harmonies of #495359
Complementary color
Monochromatic Colors of #495359
Black with #495359
Text Example
Text Example
White with #495359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495359; }
p { color: rgb(73,83,89); }
H1.HeaderClassName
{
color: #495359;
}
.AnyTagClassName
{
color: #495359;
}
</style>
background-color css
<style>
a { background-color: #495359; }
a { background-color: rgb(73,83,89); }
div.DivClassName
{
background-color: #495359;
}
.BgClassName
{
background-color: #495359;
}
</style>
border-color css
<style>
span { border-color: #495359; }
span { border-color: rgb(73,83,89); }
td.TdClassName
{
border-color: #495359;
}
.TagClassName
{
border-color: #495359;
}
</style>