Shades of River Bed #5D6162
Tints of River Bed #5D6162
RGB
CMYK
RGB Variations
Color information
#5D6162 (or 0x5D6162) is known color: River Bed. HEX triplet: 5D, 61 and 62. RGB value is (93,97,98). Sum of RGB (Red+Green+Blue) = 93+97+98=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 98 - color contains mainly: blue. Hex color #5D6162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6162 is #A29E9D. Grayscale: #5F5F5F. Windows color (decimal): -10657438 or 6447453. OLE color: 6447453.
HSL color Cylindrical-coordinate representation of color #5D6162: hue angle of 192º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5D6162 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
RGB | 93 | 97 | 98 | - |
CMYK | 0.05 | 0.01 | 0 | 0.62 |
HSL | 192º | 0.03% | 0.37% | - |
HSV(B) | 192º | 0.05% | 0.38% | - |
XYZ | 10.99 | 11.76 | 13.25 | - |
YUV | 95.92 | 129.17 | 125.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 97 | 98 | 0.05 | 0.01 | 0 | 0.62 | 192 | 0.03 | 0.37 |
Hex | 5D | 61 | 62 | 5 | 1 | 0 | 3E | C0 | 3 | 25 |
Octal | 135 | 141 | 142 | 5 | 1 | 0 | 76 | 300 | 3 | 45 |
Binary | 1011101 | 1100001 | 1100010 | 101 | 1 | 0 | 111110 | 11000000 | 11 | 100101 |
Color Harmonies of #5D6162
Complementary color
Monochromatic Colors of #5D6162
Black with #5D6162
Text Example
Text Example
White with #5D6162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6162; }
p { color: rgb(93,97,98); }
H1.HeaderClassName
{
color: #5D6162;
}
.AnyTagClassName
{
color: #5D6162;
}
</style>
background-color css
<style>
a { background-color: #5D6162; }
a { background-color: rgb(93,97,98); }
div.DivClassName
{
background-color: #5D6162;
}
.BgClassName
{
background-color: #5D6162;
}
</style>
border-color css
<style>
span { border-color: #5D6162; }
span { border-color: rgb(93,97,98); }
td.TdClassName
{
border-color: #5D6162;
}
.TagClassName
{
border-color: #5D6162;
}
</style>