Shades of River Bed #5D6666
Tints of River Bed #5D6666
RGB
CMYK
RGB Variations
Color information
#5D6666 (or 0x5D6666) is known color: River Bed. HEX triplet: 5D, 66 and 66. RGB value is (93,102,102). Sum of RGB (Red+Green+Blue) = 93+102+102=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 102 - color contains mainly: green, blue. Hex color #5D6666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6666 is #A29999. Grayscale: #636363. Windows color (decimal): -10656154 or 6710877. OLE color: 6710877.
HSL color Cylindrical-coordinate representation of color #5D6666: hue angle of 180º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5D6666 is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 93 | 102 | 102 | - |
| CMYK | 0.09 | 0 | 0 | 0.6 |
| HSL | 180º | 0.05% | 0.38% | - |
| HSV(B) | 180º | 0.09% | 0.4% | - |
| XYZ | 11.66 | 12.79 | 14.42 | - |
| YUV | 99.31 | 129.52 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 102 | 102 | 0.09 | 0 | 0 | 0.6 | 180 | 0.05 | 0.38 |
| Hex | 5D | 66 | 66 | 9 | 0 | 0 | 3C | B4 | 5 | 26 |
| Octal | 135 | 146 | 146 | 11 | 0 | 0 | 74 | 264 | 5 | 46 |
| Binary | 1011101 | 1100110 | 1100110 | 1001 | 0 | 0 | 111100 | 10110100 | 101 | 100110 |
Color Harmonies of #5D6666
Complementary color
Monochromatic Colors of #5D6666
Black with #5D6666
Text Example
Text Example
White with #5D6666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6666; }
p { color: rgb(93,102,102); }
H1.HeaderClassName
{
color: #5D6666;
}
.AnyTagClassName
{
color: #5D6666;
}
</style>
background-color css
<style>
a { background-color: #5D6666; }
a { background-color: rgb(93,102,102); }
div.DivClassName
{
background-color: #5D6666;
}
.BgClassName
{
background-color: #5D6666;
}
</style>
border-color css
<style>
span { border-color: #5D6666; }
span { border-color: rgb(93,102,102); }
td.TdClassName
{
border-color: #5D6666;
}
.TagClassName
{
border-color: #5D6666;
}
</style>