Shades of Saratoga #585A24
Tints of Saratoga #585A24
RGB
CMYK
RGB Variations
Color information
#585A24 (or 0x585A24) is known color: Saratoga. HEX triplet: 58, 5A and 24. RGB value is (88,90,36). Sum of RGB (Red+Green+Blue) = 88+90+36=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 36 (14.45% from 255 or 16.82% from 214); Max value from RGB is 90 - color contains mainly: green. Hex color #585A24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585A24 is #A7A5DB. Grayscale: #535353. Windows color (decimal): -10986972 or 2382424. OLE color: 2382424.
HSL color Cylindrical-coordinate representation of color #585A24: hue angle of 62.22º degrees, saturation: 0.43, 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 #585A24 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 90 | 36 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.65 |
| HSL | 62.22º | 0.43% | 0.25% | - |
| HSV(B) | 62.22º | 0.6% | 0.35% | - |
| XYZ | 8 | 9.51 | 3.08 | - |
| YUV | 83.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 36 | 0.02 | 0 | 0.60 | 0.65 | 62.22 | 0.43 | 0.25 |
| Hex | 58 | 5A | 24 | 2 | 0 | 3C | 41 | 3E | 2B | 19 |
| Octal | 130 | 132 | 44 | 2 | 0 | 74 | 101 | 76 | 53 | 31 |
| Binary | 1011000 | 1011010 | 100100 | 10 | 0 | 111100 | 1000001 | 111110 | 101011 | 11001 |
Color Harmonies of #585A24
Complementary color
Monochromatic Colors of #585A24
Black with #585A24
Text Example
Text Example
White with #585A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585A24; }
p { color: rgb(88,90,36); }
H1.HeaderClassName
{
color: #585A24;
}
.AnyTagClassName
{
color: #585A24;
}
</style>
background-color css
<style>
a { background-color: #585A24; }
a { background-color: rgb(88,90,36); }
div.DivClassName
{
background-color: #585A24;
}
.BgClassName
{
background-color: #585A24;
}
</style>
border-color css
<style>
span { border-color: #585A24; }
span { border-color: rgb(88,90,36); }
td.TdClassName
{
border-color: #585A24;
}
.TagClassName
{
border-color: #585A24;
}
</style>