Shades of Saratoga #586529
Tints of Saratoga #586529
RGB
CMYK
RGB Variations
Color information
#586529 (or 0x586529) is known color: Saratoga. HEX triplet: 58, 65 and 29. RGB value is (88,101,41). Sum of RGB (Red+Green+Blue) = 88+101+41=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 41 (16.41% from 255 or 17.83% from 230); Max value from RGB is 101 - color contains mainly: green. Hex color #586529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586529 is #A79AD6. Grayscale: #5A5A5A. Windows color (decimal): -10984151 or 2712920. OLE color: 2712920.
HSL color Cylindrical-coordinate representation of color #586529: hue angle of 73º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #586529 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 101 | 41 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.60 |
| HSL | 73º | 0.42% | 0.28% | - |
| HSV(B) | 73º | 0.59% | 0.4% | - |
| XYZ | 9.08 | 11.54 | 3.85 | - |
| YUV | 90.27 | 100.19 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 101 | 41 | 0.13 | 0 | 0.59 | 0.60 | 73 | 0.42 | 0.28 |
| Hex | 58 | 65 | 29 | D | 0 | 3B | 3C | 49 | 2A | 1C |
| Octal | 130 | 145 | 51 | 15 | 0 | 73 | 74 | 111 | 52 | 34 |
| Binary | 1011000 | 1100101 | 101001 | 1101 | 0 | 111011 | 111100 | 1001001 | 101010 | 11100 |
Color Harmonies of #586529
Complementary color
Monochromatic Colors of #586529
Black with #586529
Text Example
Text Example
White with #586529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586529; }
p { color: rgb(88,101,41); }
H1.HeaderClassName
{
color: #586529;
}
.AnyTagClassName
{
color: #586529;
}
</style>
background-color css
<style>
a { background-color: #586529; }
a { background-color: rgb(88,101,41); }
div.DivClassName
{
background-color: #586529;
}
.BgClassName
{
background-color: #586529;
}
</style>
border-color css
<style>
span { border-color: #586529; }
span { border-color: rgb(88,101,41); }
td.TdClassName
{
border-color: #586529;
}
.TagClassName
{
border-color: #586529;
}
</style>