Shades of River Bed #55615F
Tints of River Bed #55615F
RGB
CMYK
RGB Variations
Color information
#55615F (or 0x55615F) is known color: River Bed. HEX triplet: 55, 61 and 5F. RGB value is (85,97,95). Sum of RGB (Red+Green+Blue) = 85+97+95=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 97 - color contains mainly: green. Hex color #55615F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55615F is #AA9EA0. Grayscale: #5D5D5D. Windows color (decimal): -11181729 or 6250837. OLE color: 6250837.
HSL color Cylindrical-coordinate representation of color #55615F: hue angle of 170º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #55615F is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 97 | 95 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.62 |
| HSL | 170º | 0.07% | 0.36% | - |
| HSV(B) | 170º | 0.12% | 0.38% | - |
| XYZ | 10.09 | 11.31 | 12.48 | - |
| YUV | 93.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 95 | 0.12 | 0 | 0.02 | 0.62 | 170 | 0.07 | 0.36 |
| Hex | 55 | 61 | 5F | C | 0 | 2 | 3E | AA | 7 | 24 |
| Octal | 125 | 141 | 137 | 14 | 0 | 2 | 76 | 252 | 7 | 44 |
| Binary | 1010101 | 1100001 | 1011111 | 1100 | 0 | 10 | 111110 | 10101010 | 111 | 100100 |
Color Harmonies of #55615F
Complementary color
Monochromatic Colors of #55615F
Black with #55615F
Text Example
Text Example
White with #55615F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55615F; }
p { color: rgb(85,97,95); }
H1.HeaderClassName
{
color: #55615F;
}
.AnyTagClassName
{
color: #55615F;
}
</style>
background-color css
<style>
a { background-color: #55615F; }
a { background-color: rgb(85,97,95); }
div.DivClassName
{
background-color: #55615F;
}
.BgClassName
{
background-color: #55615F;
}
</style>
border-color css
<style>
span { border-color: #55615F; }
span { border-color: rgb(85,97,95); }
td.TdClassName
{
border-color: #55615F;
}
.TagClassName
{
border-color: #55615F;
}
</style>