Shades of River Bed #535859
Tints of River Bed #535859
RGB
CMYK
RGB Variations
Color information
#535859 (or 0x535859) is known color: River Bed. HEX triplet: 53, 58 and 59. RGB value is (83,88,89). Sum of RGB (Red+Green+Blue) = 83+88+89=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 89 - color contains mainly: blue. Hex color #535859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535859 is #ACA7A6. Grayscale: #565656. Windows color (decimal): -11315111 or 5855315. OLE color: 5855315.
HSL color Cylindrical-coordinate representation of color #535859: hue angle of 190º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #535859 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 88 | 89 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.65 |
| HSL | 190º | 0.03% | 0.34% | - |
| HSV(B) | 190º | 0.07% | 0.35% | - |
| XYZ | 8.86 | 9.54 | 10.83 | - |
| YUV | 86.62 | 129.34 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 89 | 0.07 | 0.01 | 0 | 0.65 | 190 | 0.03 | 0.34 |
| Hex | 53 | 58 | 59 | 7 | 1 | 0 | 41 | BE | 3 | 22 |
| Octal | 123 | 130 | 131 | 7 | 1 | 0 | 101 | 276 | 3 | 42 |
| Binary | 1010011 | 1011000 | 1011001 | 111 | 1 | 0 | 1000001 | 10111110 | 11 | 100010 |
Color Harmonies of #535859
Complementary color
Monochromatic Colors of #535859
Black with #535859
Text Example
Text Example
White with #535859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535859; }
p { color: rgb(83,88,89); }
H1.HeaderClassName
{
color: #535859;
}
.AnyTagClassName
{
color: #535859;
}
</style>
background-color css
<style>
a { background-color: #535859; }
a { background-color: rgb(83,88,89); }
div.DivClassName
{
background-color: #535859;
}
.BgClassName
{
background-color: #535859;
}
</style>
border-color css
<style>
span { border-color: #535859; }
span { border-color: rgb(83,88,89); }
td.TdClassName
{
border-color: #535859;
}
.TagClassName
{
border-color: #535859;
}
</style>