Shades of Trout #485053
Tints of Trout #485053
RGB
CMYK
RGB Variations
Color information
#485053 (or 0x485053) is known color: Trout. HEX triplet: 48, 50 and 53. RGB value is (72,80,83). Sum of RGB (Red+Green+Blue) = 72+80+83=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 83 - color contains mainly: blue. Hex color #485053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485053 is #B7AFAC. Grayscale: #4D4D4D. Windows color (decimal): -12038061 or 5460040. OLE color: 5460040.
HSL color Cylindrical-coordinate representation of color #485053: hue angle of 196.36º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #485053 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 80 | 83 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.67 |
| HSL | 196.36º | 0.07% | 0.3% | - |
| HSV(B) | 196.36º | 0.13% | 0.33% | - |
| XYZ | 7.1 | 7.74 | 9.3 | - |
| YUV | 77.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 80 | 83 | 0.13 | 0.04 | 0 | 0.67 | 196.36 | 0.07 | 0.3 |
| Hex | 48 | 50 | 53 | D | 4 | 0 | 43 | C4 | 7 | 1E |
| Octal | 110 | 120 | 123 | 15 | 4 | 0 | 103 | 304 | 7 | 36 |
| Binary | 1001000 | 1010000 | 1010011 | 1101 | 100 | 0 | 1000011 | 11000100 | 111 | 11110 |
Color Harmonies of #485053
Complementary color
Monochromatic Colors of #485053
Black with #485053
Text Example
Text Example
White with #485053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485053; }
p { color: rgb(72,80,83); }
H1.HeaderClassName
{
color: #485053;
}
.AnyTagClassName
{
color: #485053;
}
</style>
background-color css
<style>
a { background-color: #485053; }
a { background-color: rgb(72,80,83); }
div.DivClassName
{
background-color: #485053;
}
.BgClassName
{
background-color: #485053;
}
</style>
border-color css
<style>
span { border-color: #485053; }
span { border-color: rgb(72,80,83); }
td.TdClassName
{
border-color: #485053;
}
.TagClassName
{
border-color: #485053;
}
</style>