Shades of River Bed #5C6264
Tints of River Bed #5C6264
RGB
CMYK
RGB Variations
Color information
#5C6264 (or 0x5C6264) is known color: River Bed. HEX triplet: 5C, 62 and 64. RGB value is (92,98,100). Sum of RGB (Red+Green+Blue) = 92+98+100=290 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.72% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 100 - color contains mainly: blue. Hex color #5C6264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6264 is #A39D9B. Grayscale: #606060. Windows color (decimal): -10722716 or 6578780. OLE color: 6578780.
HSL color Cylindrical-coordinate representation of color #5C6264: hue angle of 195º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5C6264 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 98 | 100 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.61 |
| HSL | 195º | 0.04% | 0.38% | - |
| HSV(B) | 195º | 0.08% | 0.39% | - |
| XYZ | 11.08 | 11.93 | 13.78 | - |
| YUV | 96.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 98 | 100 | 0.08 | 0.02 | 0 | 0.61 | 195 | 0.04 | 0.38 |
| Hex | 5C | 62 | 64 | 8 | 2 | 0 | 3D | C3 | 4 | 26 |
| Octal | 134 | 142 | 144 | 10 | 2 | 0 | 75 | 303 | 4 | 46 |
| Binary | 1011100 | 1100010 | 1100100 | 1000 | 10 | 0 | 111101 | 11000011 | 100 | 100110 |
Color Harmonies of #5C6264
Complementary color
Monochromatic Colors of #5C6264
Black with #5C6264
Text Example
Text Example
White with #5C6264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6264; }
p { color: rgb(92,98,100); }
H1.HeaderClassName
{
color: #5C6264;
}
.AnyTagClassName
{
color: #5C6264;
}
</style>
background-color css
<style>
a { background-color: #5C6264; }
a { background-color: rgb(92,98,100); }
div.DivClassName
{
background-color: #5C6264;
}
.BgClassName
{
background-color: #5C6264;
}
</style>
border-color css
<style>
span { border-color: #5C6264; }
span { border-color: rgb(92,98,100); }
td.TdClassName
{
border-color: #5C6264;
}
.TagClassName
{
border-color: #5C6264;
}
</style>