Shades of Saratoga #585931
Tints of Saratoga #585931
RGB
CMYK
RGB Variations
Color information
#585931 (or 0x585931) is known color: Saratoga. HEX triplet: 58, 59 and 31. RGB value is (88,89,49). Sum of RGB (Red+Green+Blue) = 88+89+49=226 (29% of max value = 765). Red value is 88 (34.77% from 255 or 38.94% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 89 - color contains mainly: green. Hex color #585931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585931 is #A7A6CE. Grayscale: #545454. Windows color (decimal): -10987215 or 3234136. OLE color: 3234136.
HSL color Cylindrical-coordinate representation of color #585931: hue angle of 61.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #585931 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 89 | 49 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.65 |
| HSL | 61.5º | 0.29% | 0.27% | - |
| HSV(B) | 61.5º | 0.45% | 0.35% | - |
| XYZ | 8.15 | 9.44 | 4.3 | - |
| YUV | 84.14 | 108.17 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 49 | 0.01 | 0 | 0.45 | 0.65 | 61.5 | 0.29 | 0.27 |
| Hex | 58 | 59 | 31 | 1 | 0 | 2D | 41 | 3E | 1D | 1B |
| Octal | 130 | 131 | 61 | 1 | 0 | 55 | 101 | 76 | 35 | 33 |
| Binary | 1011000 | 1011001 | 110001 | 1 | 0 | 101101 | 1000001 | 111110 | 11101 | 11011 |
Color Harmonies of #585931
Complementary color
Monochromatic Colors of #585931
Black with #585931
Text Example
Text Example
White with #585931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585931; }
p { color: rgb(88,89,49); }
H1.HeaderClassName
{
color: #585931;
}
.AnyTagClassName
{
color: #585931;
}
</style>
background-color css
<style>
a { background-color: #585931; }
a { background-color: rgb(88,89,49); }
div.DivClassName
{
background-color: #585931;
}
.BgClassName
{
background-color: #585931;
}
</style>
border-color css
<style>
span { border-color: #585931; }
span { border-color: rgb(88,89,49); }
td.TdClassName
{
border-color: #585931;
}
.TagClassName
{
border-color: #585931;
}
</style>