Shades of River Bed #505B5D
Tints of River Bed #505B5D
RGB
CMYK
RGB Variations
Color information
#505B5D (or 0x505B5D) is known color: River Bed. HEX triplet: 50, 5B and 5D. RGB value is (80,91,93). Sum of RGB (Red+Green+Blue) = 80+91+93=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 91 (35.94% from 255 or 34.47% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 93 - color contains mainly: blue. Hex color #505B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505B5D is #AFA4A2. Grayscale: #575757. Windows color (decimal): -11510947 or 6118224. OLE color: 6118224.
HSL color Cylindrical-coordinate representation of color #505B5D: hue angle of 189.23º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #505B5D is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 80 | 91 | 93 | - |
CMYK | 0.14 | 0.02 | 0 | 0.64 |
HSL | 189.23º | 0.08% | 0.34% | - |
HSV(B) | 189.23º | 0.14% | 0.36% | - |
XYZ | 9.03 | 9.98 | 11.81 | - |
YUV | 87.94 | 130.86 | 122.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 80 | 91 | 93 | 0.14 | 0.02 | 0 | 0.64 | 189.23 | 0.08 | 0.34 |
Hex | 50 | 5B | 5D | E | 2 | 0 | 40 | BD | 8 | 22 |
Octal | 120 | 133 | 135 | 16 | 2 | 0 | 100 | 275 | 10 | 42 |
Binary | 1010000 | 1011011 | 1011101 | 1110 | 10 | 0 | 1000000 | 10111101 | 1000 | 100010 |
Color Harmonies of #505B5D
Complementary color
Monochromatic Colors of #505B5D
Black with #505B5D
Text Example
Text Example
White with #505B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505B5D; }
p { color: rgb(80,91,93); }
H1.HeaderClassName
{
color: #505B5D;
}
.AnyTagClassName
{
color: #505B5D;
}
</style>
background-color css
<style>
a { background-color: #505B5D; }
a { background-color: rgb(80,91,93); }
div.DivClassName
{
background-color: #505B5D;
}
.BgClassName
{
background-color: #505B5D;
}
</style>
border-color css
<style>
span { border-color: #505B5D; }
span { border-color: rgb(80,91,93); }
td.TdClassName
{
border-color: #505B5D;
}
.TagClassName
{
border-color: #505B5D;
}
</style>