Shades of River Bed #5A6868
Tints of River Bed #5A6868
RGB
CMYK
RGB Variations
Color information
#5A6868 (or 0x5A6868) is known color: River Bed. HEX triplet: 5A, 68 and 68. RGB value is (90,104,104). Sum of RGB (Red+Green+Blue) = 90+104+104=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #5A6868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6868 is #A59797. Grayscale: #636363. Windows color (decimal): -10852248 or 6842458. OLE color: 6842458.
HSL color Cylindrical-coordinate representation of color #5A6868: hue angle of 180º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5A6868 is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 104 | 104 | - |
| CMYK | 0.13 | 0 | 0 | 0.59 |
| HSL | 180º | 0.07% | 0.38% | - |
| HSV(B) | 180º | 0.13% | 0.41% | - |
| XYZ | 11.67 | 13.07 | 15.01 | - |
| YUV | 99.81 | 130.36 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 104 | 0.13 | 0 | 0 | 0.59 | 180 | 0.07 | 0.38 |
| Hex | 5A | 68 | 68 | D | 0 | 0 | 3B | B4 | 7 | 26 |
| Octal | 132 | 150 | 150 | 15 | 0 | 0 | 73 | 264 | 7 | 46 |
| Binary | 1011010 | 1101000 | 1101000 | 1101 | 0 | 0 | 111011 | 10110100 | 111 | 100110 |
Color Harmonies of #5A6868
Complementary color
Monochromatic Colors of #5A6868
Black with #5A6868
Text Example
Text Example
White with #5A6868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6868; }
p { color: rgb(90,104,104); }
H1.HeaderClassName
{
color: #5A6868;
}
.AnyTagClassName
{
color: #5A6868;
}
</style>
background-color css
<style>
a { background-color: #5A6868; }
a { background-color: rgb(90,104,104); }
div.DivClassName
{
background-color: #5A6868;
}
.BgClassName
{
background-color: #5A6868;
}
</style>
border-color css
<style>
span { border-color: #5A6868; }
span { border-color: rgb(90,104,104); }
td.TdClassName
{
border-color: #5A6868;
}
.TagClassName
{
border-color: #5A6868;
}
</style>