Shades of River Bed #556260
Tints of River Bed #556260
RGB
CMYK
RGB Variations
Color information
#556260 (or 0x556260) is known color: River Bed. HEX triplet: 55, 62 and 60. RGB value is (85,98,96). Sum of RGB (Red+Green+Blue) = 85+98+96=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 98 - color contains mainly: green. Hex color #556260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556260 is #AA9D9F. Grayscale: #5D5D5D. Windows color (decimal): -11181472 or 6316629. OLE color: 6316629.
HSL color Cylindrical-coordinate representation of color #556260: hue angle of 170.77º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #556260 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 98 | 96 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.62 |
| HSL | 170.77º | 0.07% | 0.36% | - |
| HSV(B) | 170.77º | 0.13% | 0.38% | - |
| XYZ | 10.23 | 11.51 | 12.75 | - |
| YUV | 93.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 98 | 96 | 0.13 | 0 | 0.02 | 0.62 | 170.77 | 0.07 | 0.36 |
| Hex | 55 | 62 | 60 | D | 0 | 2 | 3E | AB | 7 | 24 |
| Octal | 125 | 142 | 140 | 15 | 0 | 2 | 76 | 253 | 7 | 44 |
| Binary | 1010101 | 1100010 | 1100000 | 1101 | 0 | 10 | 111110 | 10101011 | 111 | 100100 |
Color Harmonies of #556260
Complementary color
Monochromatic Colors of #556260
Black with #556260
Text Example
Text Example
White with #556260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556260; }
p { color: rgb(85,98,96); }
H1.HeaderClassName
{
color: #556260;
}
.AnyTagClassName
{
color: #556260;
}
</style>
background-color css
<style>
a { background-color: #556260; }
a { background-color: rgb(85,98,96); }
div.DivClassName
{
background-color: #556260;
}
.BgClassName
{
background-color: #556260;
}
</style>
border-color css
<style>
span { border-color: #556260; }
span { border-color: rgb(85,98,96); }
td.TdClassName
{
border-color: #556260;
}
.TagClassName
{
border-color: #556260;
}
</style>