Shades of River Bed #5A6768
Tints of River Bed #5A6768
RGB
CMYK
RGB Variations
Color information
#5A6768 (or 0x5A6768) is known color: River Bed. HEX triplet: 5A, 67 and 68. RGB value is (90,103,104). Sum of RGB (Red+Green+Blue) = 90+103+104=297 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.30% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 104 - color contains mainly: blue. Hex color #5A6768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6768 is #A59897. Grayscale: #636363. Windows color (decimal): -10852504 or 6842202. OLE color: 6842202.
HSL color Cylindrical-coordinate representation of color #5A6768: hue angle of 184.29º 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 #5A6768 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 103 | 104 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.59 |
| HSL | 184.29º | 0.07% | 0.38% | - |
| HSV(B) | 184.29º | 0.13% | 0.41% | - |
| XYZ | 11.57 | 12.87 | 14.97 | - |
| YUV | 99.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 104 | 0.13 | 0.01 | 0 | 0.59 | 184.29 | 0.07 | 0.38 |
| Hex | 5A | 67 | 68 | D | 1 | 0 | 3B | B8 | 7 | 26 |
| Octal | 132 | 147 | 150 | 15 | 1 | 0 | 73 | 270 | 7 | 46 |
| Binary | 1011010 | 1100111 | 1101000 | 1101 | 1 | 0 | 111011 | 10111000 | 111 | 100110 |
Color Harmonies of #5A6768
Complementary color
Monochromatic Colors of #5A6768
Black with #5A6768
Text Example
Text Example
White with #5A6768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6768; }
p { color: rgb(90,103,104); }
H1.HeaderClassName
{
color: #5A6768;
}
.AnyTagClassName
{
color: #5A6768;
}
</style>
background-color css
<style>
a { background-color: #5A6768; }
a { background-color: rgb(90,103,104); }
div.DivClassName
{
background-color: #5A6768;
}
.BgClassName
{
background-color: #5A6768;
}
</style>
border-color css
<style>
span { border-color: #5A6768; }
span { border-color: rgb(90,103,104); }
td.TdClassName
{
border-color: #5A6768;
}
.TagClassName
{
border-color: #5A6768;
}
</style>