Shades of Saratoga #596528
Tints of Saratoga #596528
RGB
CMYK
RGB Variations
Color information
#596528 (or 0x596528) is known color: Saratoga. HEX triplet: 59, 65 and 28. RGB value is (89,101,40). Sum of RGB (Red+Green+Blue) = 89+101+40=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 101 - color contains mainly: green. Hex color #596528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596528 is #A69AD7. Grayscale: #5A5A5A. Windows color (decimal): -10918616 or 2647385. OLE color: 2647385.
HSL color Cylindrical-coordinate representation of color #596528: hue angle of 71.8º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #596528 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 89 | 101 | 40 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.60 |
| HSL | 71.8º | 0.43% | 0.28% | - |
| HSV(B) | 71.8º | 0.6% | 0.4% | - |
| XYZ | 9.16 | 11.58 | 3.76 | - |
| YUV | 90.46 | 99.52 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 101 | 40 | 0.12 | 0 | 0.60 | 0.60 | 71.8 | 0.43 | 0.28 |
| Hex | 59 | 65 | 28 | C | 0 | 3C | 3C | 48 | 2B | 1C |
| Octal | 131 | 145 | 50 | 14 | 0 | 74 | 74 | 110 | 53 | 34 |
| Binary | 1011001 | 1100101 | 101000 | 1100 | 0 | 111100 | 111100 | 1001000 | 101011 | 11100 |
Color Harmonies of #596528
Complementary color
Monochromatic Colors of #596528
Black with #596528
Text Example
Text Example
White with #596528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596528; }
p { color: rgb(89,101,40); }
H1.HeaderClassName
{
color: #596528;
}
.AnyTagClassName
{
color: #596528;
}
</style>
background-color css
<style>
a { background-color: #596528; }
a { background-color: rgb(89,101,40); }
div.DivClassName
{
background-color: #596528;
}
.BgClassName
{
background-color: #596528;
}
</style>
border-color css
<style>
span { border-color: #596528; }
span { border-color: rgb(89,101,40); }
td.TdClassName
{
border-color: #596528;
}
.TagClassName
{
border-color: #596528;
}
</style>