Shades of Trout #485256
Tints of Trout #485256
RGB
CMYK
RGB Variations
Color information
#485256 (or 0x485256) is known color: Trout. HEX triplet: 48, 52 and 56. RGB value is (72,82,86). Sum of RGB (Red+Green+Blue) = 72+82+86=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 86 - color contains mainly: blue. Hex color #485256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485256 is #B7ADA9. Grayscale: #4F4F4F. Windows color (decimal): -12037546 or 5657160. OLE color: 5657160.
HSL color Cylindrical-coordinate representation of color #485256: hue angle of 197.14º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #485256 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 82 | 86 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.66 |
| HSL | 197.14º | 0.09% | 0.31% | - |
| HSV(B) | 197.14º | 0.16% | 0.34% | - |
| XYZ | 7.37 | 8.08 | 9.98 | - |
| YUV | 79.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 82 | 86 | 0.16 | 0.05 | 0 | 0.66 | 197.14 | 0.09 | 0.31 |
| Hex | 48 | 52 | 56 | 10 | 5 | 0 | 42 | C5 | 9 | 1F |
| Octal | 110 | 122 | 126 | 20 | 5 | 0 | 102 | 305 | 11 | 37 |
| Binary | 1001000 | 1010010 | 1010110 | 10000 | 101 | 0 | 1000010 | 11000101 | 1001 | 11111 |
Color Harmonies of #485256
Complementary color
Monochromatic Colors of #485256
Black with #485256
Text Example
Text Example
White with #485256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485256; }
p { color: rgb(72,82,86); }
H1.HeaderClassName
{
color: #485256;
}
.AnyTagClassName
{
color: #485256;
}
</style>
background-color css
<style>
a { background-color: #485256; }
a { background-color: rgb(72,82,86); }
div.DivClassName
{
background-color: #485256;
}
.BgClassName
{
background-color: #485256;
}
</style>
border-color css
<style>
span { border-color: #485256; }
span { border-color: rgb(72,82,86); }
td.TdClassName
{
border-color: #485256;
}
.TagClassName
{
border-color: #485256;
}
</style>