Shades of River Bed #5A6567
Tints of River Bed #5A6567
RGB
CMYK
RGB Variations
Color information
#5A6567 (or 0x5A6567) is known color: River Bed. HEX triplet: 5A, 65 and 67. RGB value is (90,101,103). Sum of RGB (Red+Green+Blue) = 90+101+103=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 103 (40.62% from 255 or 35.03% from 294); Max value from RGB is 103 - color contains mainly: blue. Hex color #5A6567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6567 is #A59A98. Grayscale: #616161. Windows color (decimal): -10853017 or 6776154. OLE color: 6776154.
HSL color Cylindrical-coordinate representation of color #5A6567: hue angle of 189.23º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5A6567 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 101 | 103 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.60 |
| HSL | 189.23º | 0.07% | 0.38% | - |
| HSV(B) | 189.23º | 0.13% | 0.4% | - |
| XYZ | 11.32 | 12.46 | 14.64 | - |
| YUV | 97.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 101 | 103 | 0.13 | 0.02 | 0 | 0.60 | 189.23 | 0.07 | 0.38 |
| Hex | 5A | 65 | 67 | D | 2 | 0 | 3C | BD | 7 | 26 |
| Octal | 132 | 145 | 147 | 15 | 2 | 0 | 74 | 275 | 7 | 46 |
| Binary | 1011010 | 1100101 | 1100111 | 1101 | 10 | 0 | 111100 | 10111101 | 111 | 100110 |
Color Harmonies of #5A6567
Complementary color
Monochromatic Colors of #5A6567
Black with #5A6567
Text Example
Text Example
White with #5A6567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6567; }
p { color: rgb(90,101,103); }
H1.HeaderClassName
{
color: #5A6567;
}
.AnyTagClassName
{
color: #5A6567;
}
</style>
background-color css
<style>
a { background-color: #5A6567; }
a { background-color: rgb(90,101,103); }
div.DivClassName
{
background-color: #5A6567;
}
.BgClassName
{
background-color: #5A6567;
}
</style>
border-color css
<style>
span { border-color: #5A6567; }
span { border-color: rgb(90,101,103); }
td.TdClassName
{
border-color: #5A6567;
}
.TagClassName
{
border-color: #5A6567;
}
</style>