Shades of River Bed #586265
Tints of River Bed #586265
RGB
CMYK
RGB Variations
Color information
#586265 (or 0x586265) is known color: River Bed. HEX triplet: 58, 62 and 65. RGB value is (88,98,101). Sum of RGB (Red+Green+Blue) = 88+98+101=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 101 - color contains mainly: blue. Hex color #586265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586265 is #A79D9A. Grayscale: #5F5F5F. Windows color (decimal): -10984859 or 6644312. OLE color: 6644312.
HSL color Cylindrical-coordinate representation of color #586265: hue angle of 193.85º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #586265 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 98 | 101 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.60 |
| HSL | 193.85º | 0.07% | 0.37% | - |
| HSV(B) | 193.85º | 0.13% | 0.4% | - |
| XYZ | 10.74 | 11.75 | 14.01 | - |
| YUV | 95.35 | 131.19 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 98 | 101 | 0.13 | 0.03 | 0 | 0.60 | 193.85 | 0.07 | 0.37 |
| Hex | 58 | 62 | 65 | D | 3 | 0 | 3C | C2 | 7 | 25 |
| Octal | 130 | 142 | 145 | 15 | 3 | 0 | 74 | 302 | 7 | 45 |
| Binary | 1011000 | 1100010 | 1100101 | 1101 | 11 | 0 | 111100 | 11000010 | 111 | 100101 |
Color Harmonies of #586265
Complementary color
Monochromatic Colors of #586265
Black with #586265
Text Example
Text Example
White with #586265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586265; }
p { color: rgb(88,98,101); }
H1.HeaderClassName
{
color: #586265;
}
.AnyTagClassName
{
color: #586265;
}
</style>
background-color css
<style>
a { background-color: #586265; }
a { background-color: rgb(88,98,101); }
div.DivClassName
{
background-color: #586265;
}
.BgClassName
{
background-color: #586265;
}
</style>
border-color css
<style>
span { border-color: #586265; }
span { border-color: rgb(88,98,101); }
td.TdClassName
{
border-color: #586265;
}
.TagClassName
{
border-color: #586265;
}
</style>