Shades of Saratoga #585F24
Tints of Saratoga #585F24
RGB
CMYK
RGB Variations
Color information
#585F24 (or 0x585F24) is known color: Saratoga. HEX triplet: 58, 5F and 24. RGB value is (88,95,36). Sum of RGB (Red+Green+Blue) = 88+95+36=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 95 (37.5% from 255 or 43.38% from 219); Blue value is 36 (14.45% from 255 or 16.44% from 219); Max value from RGB is 95 - color contains mainly: green. Hex color #585F24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585F24 is #A7A0DB. Grayscale: #565656. Windows color (decimal): -10985692 or 2383704. OLE color: 2383704.
HSL color Cylindrical-coordinate representation of color #585F24: hue angle of 67.12º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #585F24 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 88 | 95 | 36 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.63 |
| HSL | 67.12º | 0.45% | 0.26% | - |
| HSV(B) | 67.12º | 0.62% | 0.37% | - |
| XYZ | 8.44 | 10.39 | 3.23 | - |
| YUV | 86.18 | 99.68 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 95 | 36 | 0.07 | 0 | 0.62 | 0.63 | 67.12 | 0.45 | 0.26 |
| Hex | 58 | 5F | 24 | 7 | 0 | 3E | 3F | 43 | 2D | 1A |
| Octal | 130 | 137 | 44 | 7 | 0 | 76 | 77 | 103 | 55 | 32 |
| Binary | 1011000 | 1011111 | 100100 | 111 | 0 | 111110 | 111111 | 1000011 | 101101 | 11010 |
Color Harmonies of #585F24
Complementary color
Monochromatic Colors of #585F24
Black with #585F24
Text Example
Text Example
White with #585F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585F24; }
p { color: rgb(88,95,36); }
H1.HeaderClassName
{
color: #585F24;
}
.AnyTagClassName
{
color: #585F24;
}
</style>
background-color css
<style>
a { background-color: #585F24; }
a { background-color: rgb(88,95,36); }
div.DivClassName
{
background-color: #585F24;
}
.BgClassName
{
background-color: #585F24;
}
</style>
border-color css
<style>
span { border-color: #585F24; }
span { border-color: rgb(88,95,36); }
td.TdClassName
{
border-color: #585F24;
}
.TagClassName
{
border-color: #585F24;
}
</style>