Shades of River Bed #5A6769
Tints of River Bed #5A6769
RGB
CMYK
RGB Variations
Color information
#5A6769 (or 0x5A6769) is known color: River Bed. HEX triplet: 5A, 67 and 69. RGB value is (90,103,105). Sum of RGB (Red+Green+Blue) = 90+103+105=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 105 - color contains mainly: blue. Hex color #5A6769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6769 is #A59896. Grayscale: #636363. Windows color (decimal): -10852503 or 6907738. OLE color: 6907738.
HSL color Cylindrical-coordinate representation of color #5A6769: hue angle of 188º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5A6769 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 103 | 105 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.59 |
| HSL | 188º | 0.08% | 0.38% | - |
| HSV(B) | 188º | 0.14% | 0.41% | - |
| XYZ | 11.62 | 12.89 | 15.24 | - |
| YUV | 99.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 105 | 0.14 | 0.02 | 0 | 0.59 | 188 | 0.08 | 0.38 |
| Hex | 5A | 67 | 69 | E | 2 | 0 | 3B | BC | 8 | 26 |
| Octal | 132 | 147 | 151 | 16 | 2 | 0 | 73 | 274 | 10 | 46 |
| Binary | 1011010 | 1100111 | 1101001 | 1110 | 10 | 0 | 111011 | 10111100 | 1000 | 100110 |
Color Harmonies of #5A6769
Complementary color
Monochromatic Colors of #5A6769
Black with #5A6769
Text Example
Text Example
White with #5A6769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6769; }
p { color: rgb(90,103,105); }
H1.HeaderClassName
{
color: #5A6769;
}
.AnyTagClassName
{
color: #5A6769;
}
</style>
background-color css
<style>
a { background-color: #5A6769; }
a { background-color: rgb(90,103,105); }
div.DivClassName
{
background-color: #5A6769;
}
.BgClassName
{
background-color: #5A6769;
}
</style>
border-color css
<style>
span { border-color: #5A6769; }
span { border-color: rgb(90,103,105); }
td.TdClassName
{
border-color: #5A6769;
}
.TagClassName
{
border-color: #5A6769;
}
</style>