Shades of River Bed #5C6668
Tints of River Bed #5C6668
RGB
CMYK
RGB Variations
Color information
#5C6668 (or 0x5C6668) is known color: River Bed. HEX triplet: 5C, 66 and 68. RGB value is (92,102,104). Sum of RGB (Red+Green+Blue) = 92+102+104=298 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.87% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 104 - color contains mainly: blue. Hex color #5C6668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6668 is #A39997. Grayscale: #636363. Windows color (decimal): -10721688 or 6841948. OLE color: 6841948.
HSL color Cylindrical-coordinate representation of color #5C6668: hue angle of 190º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5C6668 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 92 | 102 | 104 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.59 |
| HSL | 190º | 0.06% | 0.38% | - |
| HSV(B) | 190º | 0.12% | 0.41% | - |
| XYZ | 11.66 | 12.78 | 14.95 | - |
| YUV | 99.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 102 | 104 | 0.12 | 0.02 | 0 | 0.59 | 190 | 0.06 | 0.38 |
| Hex | 5C | 66 | 68 | C | 2 | 0 | 3B | BE | 6 | 26 |
| Octal | 134 | 146 | 150 | 14 | 2 | 0 | 73 | 276 | 6 | 46 |
| Binary | 1011100 | 1100110 | 1101000 | 1100 | 10 | 0 | 111011 | 10111110 | 110 | 100110 |
Color Harmonies of #5C6668
Complementary color
Monochromatic Colors of #5C6668
Black with #5C6668
Text Example
Text Example
White with #5C6668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6668; }
p { color: rgb(92,102,104); }
H1.HeaderClassName
{
color: #5C6668;
}
.AnyTagClassName
{
color: #5C6668;
}
</style>
background-color css
<style>
a { background-color: #5C6668; }
a { background-color: rgb(92,102,104); }
div.DivClassName
{
background-color: #5C6668;
}
.BgClassName
{
background-color: #5C6668;
}
</style>
border-color css
<style>
span { border-color: #5C6668; }
span { border-color: rgb(92,102,104); }
td.TdClassName
{
border-color: #5C6668;
}
.TagClassName
{
border-color: #5C6668;
}
</style>