Shades of Trout #485357
Tints of Trout #485357
RGB
CMYK
RGB Variations
Color information
#485357 (or 0x485357) is known color: Trout. HEX triplet: 48, 53 and 57. RGB value is (72,83,87). Sum of RGB (Red+Green+Blue) = 72+83+87=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 87 - color contains mainly: blue. Hex color #485357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485357 is #B7ACA8. Grayscale: #505050. Windows color (decimal): -12037289 or 5722952. OLE color: 5722952.
HSL color Cylindrical-coordinate representation of color #485357: hue angle of 196º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #485357 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 83 | 87 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.66 |
| HSL | 196º | 0.09% | 0.31% | - |
| HSV(B) | 196º | 0.17% | 0.34% | - |
| XYZ | 7.49 | 8.25 | 10.22 | - |
| YUV | 80.17 | 131.86 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 83 | 87 | 0.17 | 0.05 | 0 | 0.66 | 196 | 0.09 | 0.31 |
| Hex | 48 | 53 | 57 | 11 | 5 | 0 | 42 | C4 | 9 | 1F |
| Octal | 110 | 123 | 127 | 21 | 5 | 0 | 102 | 304 | 11 | 37 |
| Binary | 1001000 | 1010011 | 1010111 | 10001 | 101 | 0 | 1000010 | 11000100 | 1001 | 11111 |
Color Harmonies of #485357
Complementary color
Monochromatic Colors of #485357
Black with #485357
Text Example
Text Example
White with #485357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485357; }
p { color: rgb(72,83,87); }
H1.HeaderClassName
{
color: #485357;
}
.AnyTagClassName
{
color: #485357;
}
</style>
background-color css
<style>
a { background-color: #485357; }
a { background-color: rgb(72,83,87); }
div.DivClassName
{
background-color: #485357;
}
.BgClassName
{
background-color: #485357;
}
</style>
border-color css
<style>
span { border-color: #485357; }
span { border-color: rgb(72,83,87); }
td.TdClassName
{
border-color: #485357;
}
.TagClassName
{
border-color: #485357;
}
</style>