Shades of River Bed #52595A
Tints of River Bed #52595A
RGB
CMYK
RGB Variations
Color information
#52595A (or 0x52595A) is known color: River Bed. HEX triplet: 52, 59 and 5A. RGB value is (82,89,90). Sum of RGB (Red+Green+Blue) = 82+89+90=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 90 - color contains mainly: blue. Hex color #52595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52595A is #ADA6A5. Grayscale: #575757. Windows color (decimal): -11380390 or 5921106. OLE color: 5921106.
HSL color Cylindrical-coordinate representation of color #52595A: hue angle of 187.5º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #52595A is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 89 | 90 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.65 |
| HSL | 187.5º | 0.05% | 0.34% | - |
| HSV(B) | 187.5º | 0.09% | 0.35% | - |
| XYZ | 8.9 | 9.68 | 11.07 | - |
| YUV | 87.02 | 129.68 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 89 | 90 | 0.09 | 0.01 | 0 | 0.65 | 187.5 | 0.05 | 0.34 |
| Hex | 52 | 59 | 5A | 9 | 1 | 0 | 41 | BC | 5 | 22 |
| Octal | 122 | 131 | 132 | 11 | 1 | 0 | 101 | 274 | 5 | 42 |
| Binary | 1010010 | 1011001 | 1011010 | 1001 | 1 | 0 | 1000001 | 10111100 | 101 | 100010 |
Color Harmonies of #52595A
Complementary color
Monochromatic Colors of #52595A
Black with #52595A
Text Example
Text Example
White with #52595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52595A; }
p { color: rgb(82,89,90); }
H1.HeaderClassName
{
color: #52595A;
}
.AnyTagClassName
{
color: #52595A;
}
</style>
background-color css
<style>
a { background-color: #52595A; }
a { background-color: rgb(82,89,90); }
div.DivClassName
{
background-color: #52595A;
}
.BgClassName
{
background-color: #52595A;
}
</style>
border-color css
<style>
span { border-color: #52595A; }
span { border-color: rgb(82,89,90); }
td.TdClassName
{
border-color: #52595A;
}
.TagClassName
{
border-color: #52595A;
}
</style>