Shades of River Bed #556665
Tints of River Bed #556665
RGB
CMYK
RGB Variations
Color information
#556665 (or 0x556665) is known color: River Bed. HEX triplet: 55, 66 and 65. RGB value is (85,102,101). Sum of RGB (Red+Green+Blue) = 85+102+101=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 102 - color contains mainly: green. Hex color #556665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556665 is #AA999A. Grayscale: #606060. Windows color (decimal): -11180443 or 6645333. OLE color: 6645333.
HSL color Cylindrical-coordinate representation of color #556665: hue angle of 176.47º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #556665 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 85 | 102 | 101 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.6 |
| HSL | 176.47º | 0.09% | 0.37% | - |
| HSV(B) | 176.47º | 0.17% | 0.4% | - |
| XYZ | 10.85 | 12.37 | 14.13 | - |
| YUV | 96.8 | 130.37 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 102 | 101 | 0.17 | 0 | 0.01 | 0.6 | 176.47 | 0.09 | 0.37 |
| Hex | 55 | 66 | 65 | 11 | 0 | 1 | 3C | B0 | 9 | 25 |
| Octal | 125 | 146 | 145 | 21 | 0 | 1 | 74 | 260 | 11 | 45 |
| Binary | 1010101 | 1100110 | 1100101 | 10001 | 0 | 1 | 111100 | 10110000 | 1001 | 100101 |
Color Harmonies of #556665
Complementary color
Monochromatic Colors of #556665
Black with #556665
Text Example
Text Example
White with #556665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556665; }
p { color: rgb(85,102,101); }
H1.HeaderClassName
{
color: #556665;
}
.AnyTagClassName
{
color: #556665;
}
</style>
background-color css
<style>
a { background-color: #556665; }
a { background-color: rgb(85,102,101); }
div.DivClassName
{
background-color: #556665;
}
.BgClassName
{
background-color: #556665;
}
</style>
border-color css
<style>
span { border-color: #556665; }
span { border-color: rgb(85,102,101); }
td.TdClassName
{
border-color: #556665;
}
.TagClassName
{
border-color: #556665;
}
</style>