Shades of River Bed #515D60
Tints of River Bed #515D60
RGB
CMYK
RGB Variations
Color information
#515D60 (or 0x515D60) is known color: River Bed. HEX triplet: 51, 5D and 60. RGB value is (81,93,96). Sum of RGB (Red+Green+Blue) = 81+93+96=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 96 - color contains mainly: blue. Hex color #515D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515D60 is #AEA29F. Grayscale: #595959. Windows color (decimal): -11444896 or 6315345. OLE color: 6315345.
HSL color Cylindrical-coordinate representation of color #515D60: hue angle of 192º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #515D60 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 93 | 96 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.62 |
| HSL | 192º | 0.08% | 0.35% | - |
| HSV(B) | 192º | 0.16% | 0.38% | - |
| XYZ | 9.42 | 10.42 | 12.58 | - |
| YUV | 89.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 96 | 0.16 | 0.03 | 0 | 0.62 | 192 | 0.08 | 0.35 |
| Hex | 51 | 5D | 60 | 10 | 3 | 0 | 3E | C0 | 8 | 23 |
| Octal | 121 | 135 | 140 | 20 | 3 | 0 | 76 | 300 | 10 | 43 |
| Binary | 1010001 | 1011101 | 1100000 | 10000 | 11 | 0 | 111110 | 11000000 | 1000 | 100011 |
Color Harmonies of #515D60
Complementary color
Monochromatic Colors of #515D60
Black with #515D60
Text Example
Text Example
White with #515D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515D60; }
p { color: rgb(81,93,96); }
H1.HeaderClassName
{
color: #515D60;
}
.AnyTagClassName
{
color: #515D60;
}
</style>
background-color css
<style>
a { background-color: #515D60; }
a { background-color: rgb(81,93,96); }
div.DivClassName
{
background-color: #515D60;
}
.BgClassName
{
background-color: #515D60;
}
</style>
border-color css
<style>
span { border-color: #515D60; }
span { border-color: rgb(81,93,96); }
td.TdClassName
{
border-color: #515D60;
}
.TagClassName
{
border-color: #515D60;
}
</style>