Shades of River Bed #505A5B
Tints of River Bed #505A5B
RGB
CMYK
RGB Variations
Color information
#505A5B (or 0x505A5B) is known color: River Bed. HEX triplet: 50, 5A and 5B. RGB value is (80,90,91). Sum of RGB (Red+Green+Blue) = 80+90+91=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 91 - color contains mainly: blue. Hex color #505A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A5B is #AFA5A4. Grayscale: #575757. Windows color (decimal): -11511205 or 5986896. OLE color: 5986896.
HSL color Cylindrical-coordinate representation of color #505A5B: hue angle of 185.45º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #505A5B is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 90 | 91 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.64 |
| HSL | 185.45º | 0.06% | 0.34% | - |
| HSV(B) | 185.45º | 0.12% | 0.36% | - |
| XYZ | 8.85 | 9.77 | 11.32 | - |
| YUV | 87.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 91 | 0.12 | 0.01 | 0 | 0.64 | 185.45 | 0.06 | 0.34 |
| Hex | 50 | 5A | 5B | C | 1 | 0 | 40 | B9 | 6 | 22 |
| Octal | 120 | 132 | 133 | 14 | 1 | 0 | 100 | 271 | 6 | 42 |
| Binary | 1010000 | 1011010 | 1011011 | 1100 | 1 | 0 | 1000000 | 10111001 | 110 | 100010 |
Color Harmonies of #505A5B
Complementary color
Monochromatic Colors of #505A5B
Black with #505A5B
Text Example
Text Example
White with #505A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505A5B; }
p { color: rgb(80,90,91); }
H1.HeaderClassName
{
color: #505A5B;
}
.AnyTagClassName
{
color: #505A5B;
}
</style>
background-color css
<style>
a { background-color: #505A5B; }
a { background-color: rgb(80,90,91); }
div.DivClassName
{
background-color: #505A5B;
}
.BgClassName
{
background-color: #505A5B;
}
</style>
border-color css
<style>
span { border-color: #505A5B; }
span { border-color: rgb(80,90,91); }
td.TdClassName
{
border-color: #505A5B;
}
.TagClassName
{
border-color: #505A5B;
}
</style>