Shades of River Bed #526565
Tints of River Bed #526565
RGB
CMYK
RGB Variations
Color information
#526565 (or 0x526565) is known color: River Bed. HEX triplet: 52, 65 and 65. RGB value is (82,101,101). Sum of RGB (Red+Green+Blue) = 82+101+101=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 101 - color contains mainly: green, blue. Hex color #526565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526565 is #AD9A9A. Grayscale: #5F5F5F. Windows color (decimal): -11377307 or 6645074. OLE color: 6645074.
HSL color Cylindrical-coordinate representation of color #526565: hue angle of 180º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #526565 is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 101 | 101 | - |
| CMYK | 0.19 | 0 | 0 | 0.60 |
| HSL | 180º | 0.1% | 0.36% | - |
| HSV(B) | 180º | 0.19% | 0.4% | - |
| XYZ | 10.48 | 12.04 | 14.08 | - |
| YUV | 95.32 | 131.21 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 101 | 101 | 0.19 | 0 | 0 | 0.60 | 180 | 0.1 | 0.36 |
| Hex | 52 | 65 | 65 | 13 | 0 | 0 | 3C | B4 | A | 24 |
| Octal | 122 | 145 | 145 | 23 | 0 | 0 | 74 | 264 | 12 | 44 |
| Binary | 1010010 | 1100101 | 1100101 | 10011 | 0 | 0 | 111100 | 10110100 | 1010 | 100100 |
Color Harmonies of #526565
Complementary color
Monochromatic Colors of #526565
Black with #526565
Text Example
Text Example
White with #526565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526565; }
p { color: rgb(82,101,101); }
H1.HeaderClassName
{
color: #526565;
}
.AnyTagClassName
{
color: #526565;
}
</style>
background-color css
<style>
a { background-color: #526565; }
a { background-color: rgb(82,101,101); }
div.DivClassName
{
background-color: #526565;
}
.BgClassName
{
background-color: #526565;
}
</style>
border-color css
<style>
span { border-color: #526565; }
span { border-color: rgb(82,101,101); }
td.TdClassName
{
border-color: #526565;
}
.TagClassName
{
border-color: #526565;
}
</style>