Shades of Trout #47535A
Tints of Trout #47535A
RGB
CMYK
RGB Variations
Color information
#47535A (or 0x47535A) is known color: Trout. HEX triplet: 47, 53 and 5A. RGB value is (71,83,90). Sum of RGB (Red+Green+Blue) = 71+83+90=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 90 - color contains mainly: blue. Hex color #47535A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47535A is #B8ACA5. Grayscale: #505050. Windows color (decimal): -12102822 or 5919559. OLE color: 5919559.
HSL color Cylindrical-coordinate representation of color #47535A: hue angle of 202.11º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #47535A is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 83 | 90 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.65 |
| HSL | 202.11º | 0.12% | 0.32% | - |
| HSV(B) | 202.11º | 0.21% | 0.35% | - |
| XYZ | 7.54 | 8.26 | 10.87 | - |
| YUV | 80.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 83 | 90 | 0.21 | 0.08 | 0 | 0.65 | 202.11 | 0.12 | 0.32 |
| Hex | 47 | 53 | 5A | 15 | 8 | 0 | 41 | CA | C | 20 |
| Octal | 107 | 123 | 132 | 25 | 10 | 0 | 101 | 312 | 14 | 40 |
| Binary | 1000111 | 1010011 | 1011010 | 10101 | 1000 | 0 | 1000001 | 11001010 | 1100 | 100000 |
Color Harmonies of #47535A
Complementary color
Monochromatic Colors of #47535A
Black with #47535A
Text Example
Text Example
White with #47535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47535A; }
p { color: rgb(71,83,90); }
H1.HeaderClassName
{
color: #47535A;
}
.AnyTagClassName
{
color: #47535A;
}
</style>
background-color css
<style>
a { background-color: #47535A; }
a { background-color: rgb(71,83,90); }
div.DivClassName
{
background-color: #47535A;
}
.BgClassName
{
background-color: #47535A;
}
</style>
border-color css
<style>
span { border-color: #47535A; }
span { border-color: rgb(71,83,90); }
td.TdClassName
{
border-color: #47535A;
}
.TagClassName
{
border-color: #47535A;
}
</style>