Shades of River Bed #556163
Tints of River Bed #556163
RGB
CMYK
RGB Variations
Color information
#556163 (or 0x556163) is known color: River Bed. HEX triplet: 55, 61 and 63. RGB value is (85,97,99). Sum of RGB (Red+Green+Blue) = 85+97+99=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 99 - color contains mainly: blue. Hex color #556163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556163 is #AA9E9C. Grayscale: #5D5D5D. Windows color (decimal): -11181725 or 6512981. OLE color: 6512981.
HSL color Cylindrical-coordinate representation of color #556163: hue angle of 188.57º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #556163 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 97 | 99 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.61 |
| HSL | 188.57º | 0.08% | 0.36% | - |
| HSV(B) | 188.57º | 0.14% | 0.39% | - |
| XYZ | 10.27 | 11.38 | 13.46 | - |
| YUV | 93.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 99 | 0.14 | 0.02 | 0 | 0.61 | 188.57 | 0.08 | 0.36 |
| Hex | 55 | 61 | 63 | E | 2 | 0 | 3D | BD | 8 | 24 |
| Octal | 125 | 141 | 143 | 16 | 2 | 0 | 75 | 275 | 10 | 44 |
| Binary | 1010101 | 1100001 | 1100011 | 1110 | 10 | 0 | 111101 | 10111101 | 1000 | 100100 |
Color Harmonies of #556163
Complementary color
Monochromatic Colors of #556163
Black with #556163
Text Example
Text Example
White with #556163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556163; }
p { color: rgb(85,97,99); }
H1.HeaderClassName
{
color: #556163;
}
.AnyTagClassName
{
color: #556163;
}
</style>
background-color css
<style>
a { background-color: #556163; }
a { background-color: rgb(85,97,99); }
div.DivClassName
{
background-color: #556163;
}
.BgClassName
{
background-color: #556163;
}
</style>
border-color css
<style>
span { border-color: #556163; }
span { border-color: rgb(85,97,99); }
td.TdClassName
{
border-color: #556163;
}
.TagClassName
{
border-color: #556163;
}
</style>