Shades of River Bed #50605F
Tints of River Bed #50605F
RGB
CMYK
RGB Variations
Color information
#50605F (or 0x50605F) is known color: River Bed. HEX triplet: 50, 60 and 5F. RGB value is (80,96,95). Sum of RGB (Red+Green+Blue) = 80+96+95=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 96 - color contains mainly: green. Hex color #50605F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50605F is #AF9FA0. Grayscale: #5B5B5B. Windows color (decimal): -11509665 or 6250576. OLE color: 6250576.
HSL color Cylindrical-coordinate representation of color #50605F: hue angle of 176.25º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #50605F is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 96 | 95 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.62 |
| HSL | 176.25º | 0.09% | 0.35% | - |
| HSV(B) | 176.25º | 0.17% | 0.38% | - |
| XYZ | 9.56 | 10.9 | 12.43 | - |
| YUV | 91.1 | 130.2 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 96 | 95 | 0.17 | 0 | 0.01 | 0.62 | 176.25 | 0.09 | 0.35 |
| Hex | 50 | 60 | 5F | 11 | 0 | 1 | 3E | B0 | 9 | 23 |
| Octal | 120 | 140 | 137 | 21 | 0 | 1 | 76 | 260 | 11 | 43 |
| Binary | 1010000 | 1100000 | 1011111 | 10001 | 0 | 1 | 111110 | 10110000 | 1001 | 100011 |
Color Harmonies of #50605F
Complementary color
Monochromatic Colors of #50605F
Black with #50605F
Text Example
Text Example
White with #50605F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50605F; }
p { color: rgb(80,96,95); }
H1.HeaderClassName
{
color: #50605F;
}
.AnyTagClassName
{
color: #50605F;
}
</style>
background-color css
<style>
a { background-color: #50605F; }
a { background-color: rgb(80,96,95); }
div.DivClassName
{
background-color: #50605F;
}
.BgClassName
{
background-color: #50605F;
}
</style>
border-color css
<style>
span { border-color: #50605F; }
span { border-color: rgb(80,96,95); }
td.TdClassName
{
border-color: #50605F;
}
.TagClassName
{
border-color: #50605F;
}
</style>