Shades of River Bed #53595A
Tints of River Bed #53595A
RGB
CMYK
RGB Variations
Color information
#53595A (or 0x53595A) is known color: River Bed. HEX triplet: 53, 59 and 5A. RGB value is (83,89,90). Sum of RGB (Red+Green+Blue) = 83+89+90=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 90 - color contains mainly: blue. Hex color #53595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53595A is #ACA6A5. Grayscale: #575757. Windows color (decimal): -11314854 or 5921107. OLE color: 5921107.
HSL color Cylindrical-coordinate representation of color #53595A: hue angle of 188.57º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #53595A is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 89 | 90 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.65 |
| HSL | 188.57º | 0.04% | 0.34% | - |
| HSV(B) | 188.57º | 0.08% | 0.35% | - |
| XYZ | 8.99 | 9.72 | 11.08 | - |
| YUV | 87.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 89 | 90 | 0.08 | 0.01 | 0 | 0.65 | 188.57 | 0.04 | 0.34 |
| Hex | 53 | 59 | 5A | 8 | 1 | 0 | 41 | BD | 4 | 22 |
| Octal | 123 | 131 | 132 | 10 | 1 | 0 | 101 | 275 | 4 | 42 |
| Binary | 1010011 | 1011001 | 1011010 | 1000 | 1 | 0 | 1000001 | 10111101 | 100 | 100010 |
Color Harmonies of #53595A
Complementary color
Monochromatic Colors of #53595A
Black with #53595A
Text Example
Text Example
White with #53595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53595A; }
p { color: rgb(83,89,90); }
H1.HeaderClassName
{
color: #53595A;
}
.AnyTagClassName
{
color: #53595A;
}
</style>
background-color css
<style>
a { background-color: #53595A; }
a { background-color: rgb(83,89,90); }
div.DivClassName
{
background-color: #53595A;
}
.BgClassName
{
background-color: #53595A;
}
</style>
border-color css
<style>
span { border-color: #53595A; }
span { border-color: rgb(83,89,90); }
td.TdClassName
{
border-color: #53595A;
}
.TagClassName
{
border-color: #53595A;
}
</style>