Shades of Trout #4F5558
Tints of Trout #4F5558
RGB
CMYK
RGB Variations
Color information
#4F5558 (or 0x4F5558) is known color: Trout. HEX triplet: 4F, 55 and 58. RGB value is (79,85,88). Sum of RGB (Red+Green+Blue) = 79+85+88=252 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.35% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 88 - color contains mainly: blue. Hex color #4F5558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5558 is #B0AAA7. Grayscale: #535353. Windows color (decimal): -11578024 or 5789007. OLE color: 5789007.
HSL color Cylindrical-coordinate representation of color #4F5558: hue angle of 200º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4F5558 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 85 | 88 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.65 |
| HSL | 200º | 0.05% | 0.33% | - |
| HSV(B) | 200º | 0.1% | 0.35% | - |
| XYZ | 8.23 | 8.86 | 10.51 | - |
| YUV | 83.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 85 | 88 | 0.10 | 0.03 | 0 | 0.65 | 200 | 0.05 | 0.33 |
| Hex | 4F | 55 | 58 | A | 3 | 0 | 41 | C8 | 5 | 21 |
| Octal | 117 | 125 | 130 | 12 | 3 | 0 | 101 | 310 | 5 | 41 |
| Binary | 1001111 | 1010101 | 1011000 | 1010 | 11 | 0 | 1000001 | 11001000 | 101 | 100001 |
Color Harmonies of #4F5558
Complementary color
Monochromatic Colors of #4F5558
Black with #4F5558
Text Example
Text Example
White with #4F5558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5558; }
p { color: rgb(79,85,88); }
H1.HeaderClassName
{
color: #4F5558;
}
.AnyTagClassName
{
color: #4F5558;
}
</style>
background-color css
<style>
a { background-color: #4F5558; }
a { background-color: rgb(79,85,88); }
div.DivClassName
{
background-color: #4F5558;
}
.BgClassName
{
background-color: #4F5558;
}
</style>
border-color css
<style>
span { border-color: #4F5558; }
span { border-color: rgb(79,85,88); }
td.TdClassName
{
border-color: #4F5558;
}
.TagClassName
{
border-color: #4F5558;
}
</style>