Shades of River Bed #5B6163
Tints of River Bed #5B6163
RGB
CMYK
RGB Variations
Color information
#5B6163 (or 0x5B6163) is known color: River Bed. HEX triplet: 5B, 61 and 63. RGB value is (91,97,99). Sum of RGB (Red+Green+Blue) = 91+97+99=287 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.71% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 99 - color contains mainly: blue. Hex color #5B6163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6163 is #A49E9C. Grayscale: #5F5F5F. Windows color (decimal): -10788509 or 6512987. OLE color: 6512987.
HSL color Cylindrical-coordinate representation of color #5B6163: hue angle of 195º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5B6163 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 91 | 97 | 99 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.61 |
| HSL | 195º | 0.04% | 0.37% | - |
| HSV(B) | 195º | 0.08% | 0.39% | - |
| XYZ | 10.84 | 11.67 | 13.49 | - |
| YUV | 95.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 97 | 99 | 0.08 | 0.02 | 0 | 0.61 | 195 | 0.04 | 0.37 |
| Hex | 5B | 61 | 63 | 8 | 2 | 0 | 3D | C3 | 4 | 25 |
| Octal | 133 | 141 | 143 | 10 | 2 | 0 | 75 | 303 | 4 | 45 |
| Binary | 1011011 | 1100001 | 1100011 | 1000 | 10 | 0 | 111101 | 11000011 | 100 | 100101 |
Color Harmonies of #5B6163
Complementary color
Monochromatic Colors of #5B6163
Black with #5B6163
Text Example
Text Example
White with #5B6163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6163; }
p { color: rgb(91,97,99); }
H1.HeaderClassName
{
color: #5B6163;
}
.AnyTagClassName
{
color: #5B6163;
}
</style>
background-color css
<style>
a { background-color: #5B6163; }
a { background-color: rgb(91,97,99); }
div.DivClassName
{
background-color: #5B6163;
}
.BgClassName
{
background-color: #5B6163;
}
</style>
border-color css
<style>
span { border-color: #5B6163; }
span { border-color: rgb(91,97,99); }
td.TdClassName
{
border-color: #5B6163;
}
.TagClassName
{
border-color: #5B6163;
}
</style>