Shades of River Bed #51595A
Tints of River Bed #51595A
RGB
CMYK
RGB Variations
Color information
#51595A (or 0x51595A) is known color: River Bed. HEX triplet: 51, 59 and 5A. RGB value is (81,89,90). Sum of RGB (Red+Green+Blue) = 81+89+90=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 90 - color contains mainly: blue. Hex color #51595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51595A is #AEA6A5. Grayscale: #565656. Windows color (decimal): -11445926 or 5921105. OLE color: 5921105.
HSL color Cylindrical-coordinate representation of color #51595A: hue angle of 186.67º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #51595A is Cyan = 0.1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 89 | 90 | - |
| CMYK | 0.1 | 0.01 | 0 | 0.65 |
| HSL | 186.67º | 0.05% | 0.34% | - |
| HSV(B) | 186.67º | 0.1% | 0.35% | - |
| XYZ | 8.81 | 9.63 | 11.07 | - |
| YUV | 86.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 89 | 90 | 0.1 | 0.01 | 0 | 0.65 | 186.67 | 0.05 | 0.34 |
| Hex | 51 | 59 | 5A | A | 1 | 0 | 41 | BB | 5 | 22 |
| Octal | 121 | 131 | 132 | 12 | 1 | 0 | 101 | 273 | 5 | 42 |
| Binary | 1010001 | 1011001 | 1011010 | 1010 | 1 | 0 | 1000001 | 10111011 | 101 | 100010 |
Color Harmonies of #51595A
Complementary color
Monochromatic Colors of #51595A
Black with #51595A
Text Example
Text Example
White with #51595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51595A; }
p { color: rgb(81,89,90); }
H1.HeaderClassName
{
color: #51595A;
}
.AnyTagClassName
{
color: #51595A;
}
</style>
background-color css
<style>
a { background-color: #51595A; }
a { background-color: rgb(81,89,90); }
div.DivClassName
{
background-color: #51595A;
}
.BgClassName
{
background-color: #51595A;
}
</style>
border-color css
<style>
span { border-color: #51595A; }
span { border-color: rgb(81,89,90); }
td.TdClassName
{
border-color: #51595A;
}
.TagClassName
{
border-color: #51595A;
}
</style>