Shades of Saratoga #585924
Tints of Saratoga #585924
RGB
CMYK
RGB Variations
Color information
#585924 (or 0x585924) is known color: Saratoga. HEX triplet: 58, 59 and 24. RGB value is (88,89,36). Sum of RGB (Red+Green+Blue) = 88+89+36=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #585924 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585924 is #A7A6DB. Grayscale: #525252. Windows color (decimal): -10987228 or 2382168. OLE color: 2382168.
HSL color Cylindrical-coordinate representation of color #585924: hue angle of 61.13º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #585924 is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 89 | 36 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.65 |
| HSL | 61.13º | 0.42% | 0.25% | - |
| HSV(B) | 61.13º | 0.6% | 0.35% | - |
| XYZ | 7.92 | 9.35 | 3.06 | - |
| YUV | 82.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 36 | 0.01 | 0 | 0.60 | 0.65 | 61.13 | 0.42 | 0.25 |
| Hex | 58 | 59 | 24 | 1 | 0 | 3C | 41 | 3D | 2A | 19 |
| Octal | 130 | 131 | 44 | 1 | 0 | 74 | 101 | 75 | 52 | 31 |
| Binary | 1011000 | 1011001 | 100100 | 1 | 0 | 111100 | 1000001 | 111101 | 101010 | 11001 |
Color Harmonies of #585924
Complementary color
Monochromatic Colors of #585924
Black with #585924
Text Example
Text Example
White with #585924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585924; }
p { color: rgb(88,89,36); }
H1.HeaderClassName
{
color: #585924;
}
.AnyTagClassName
{
color: #585924;
}
</style>
background-color css
<style>
a { background-color: #585924; }
a { background-color: rgb(88,89,36); }
div.DivClassName
{
background-color: #585924;
}
.BgClassName
{
background-color: #585924;
}
</style>
border-color css
<style>
span { border-color: #585924; }
span { border-color: rgb(88,89,36); }
td.TdClassName
{
border-color: #585924;
}
.TagClassName
{
border-color: #585924;
}
</style>