Shades of River Bed #506061
Tints of River Bed #506061
RGB
CMYK
RGB Variations
Color information
#506061 (or 0x506061) is known color: River Bed. HEX triplet: 50, 60 and 61. RGB value is (80,96,97). Sum of RGB (Red+Green+Blue) = 80+96+97=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 97 - color contains mainly: blue. Hex color #506061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506061 is #AF9F9E. Grayscale: #5B5B5B. Windows color (decimal): -11509663 or 6381648. OLE color: 6381648.
HSL color Cylindrical-coordinate representation of color #506061: hue angle of 183.53º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #506061 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 96 | 97 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.62 |
| HSL | 183.53º | 0.1% | 0.35% | - |
| HSV(B) | 183.53º | 0.18% | 0.38% | - |
| XYZ | 9.65 | 10.93 | 12.91 | - |
| YUV | 91.33 | 131.2 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 96 | 97 | 0.18 | 0.01 | 0 | 0.62 | 183.53 | 0.1 | 0.35 |
| Hex | 50 | 60 | 61 | 12 | 1 | 0 | 3E | B8 | A | 23 |
| Octal | 120 | 140 | 141 | 22 | 1 | 0 | 76 | 270 | 12 | 43 |
| Binary | 1010000 | 1100000 | 1100001 | 10010 | 1 | 0 | 111110 | 10111000 | 1010 | 100011 |
Color Harmonies of #506061
Complementary color
Monochromatic Colors of #506061
Black with #506061
Text Example
Text Example
White with #506061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506061; }
p { color: rgb(80,96,97); }
H1.HeaderClassName
{
color: #506061;
}
.AnyTagClassName
{
color: #506061;
}
</style>
background-color css
<style>
a { background-color: #506061; }
a { background-color: rgb(80,96,97); }
div.DivClassName
{
background-color: #506061;
}
.BgClassName
{
background-color: #506061;
}
</style>
border-color css
<style>
span { border-color: #506061; }
span { border-color: rgb(80,96,97); }
td.TdClassName
{
border-color: #506061;
}
.TagClassName
{
border-color: #506061;
}
</style>