Shades of River Bed #505B5C
Tints of River Bed #505B5C
RGB
CMYK
RGB Variations
Color information
#505B5C (or 0x505B5C) is known color: River Bed. HEX triplet: 50, 5B and 5C. RGB value is (80,91,92). Sum of RGB (Red+Green+Blue) = 80+91+92=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 92 - color contains mainly: blue. Hex color #505B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505B5C is #AFA4A3. Grayscale: #575757. Windows color (decimal): -11510948 or 6052688. OLE color: 6052688.
HSL color Cylindrical-coordinate representation of color #505B5C: hue angle of 185º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #505B5C is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 91 | 92 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.64 |
| HSL | 185º | 0.07% | 0.34% | - |
| HSV(B) | 185º | 0.13% | 0.36% | - |
| XYZ | 8.98 | 9.96 | 11.57 | - |
| YUV | 87.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 91 | 92 | 0.13 | 0.01 | 0 | 0.64 | 185 | 0.07 | 0.34 |
| Hex | 50 | 5B | 5C | D | 1 | 0 | 40 | B9 | 7 | 22 |
| Octal | 120 | 133 | 134 | 15 | 1 | 0 | 100 | 271 | 7 | 42 |
| Binary | 1010000 | 1011011 | 1011100 | 1101 | 1 | 0 | 1000000 | 10111001 | 111 | 100010 |
Color Harmonies of #505B5C
Complementary color
Monochromatic Colors of #505B5C
Black with #505B5C
Text Example
Text Example
White with #505B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505B5C; }
p { color: rgb(80,91,92); }
H1.HeaderClassName
{
color: #505B5C;
}
.AnyTagClassName
{
color: #505B5C;
}
</style>
background-color css
<style>
a { background-color: #505B5C; }
a { background-color: rgb(80,91,92); }
div.DivClassName
{
background-color: #505B5C;
}
.BgClassName
{
background-color: #505B5C;
}
</style>
border-color css
<style>
span { border-color: #505B5C; }
span { border-color: rgb(80,91,92); }
td.TdClassName
{
border-color: #505B5C;
}
.TagClassName
{
border-color: #505B5C;
}
</style>