Shades of Saratoga #585D32
Tints of Saratoga #585D32
RGB
CMYK
RGB Variations
Color information
#585D32 (or 0x585D32) is known color: Saratoga. HEX triplet: 58, 5D and 32. RGB value is (88,93,50). Sum of RGB (Red+Green+Blue) = 88+93+50=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 93 - color contains mainly: green. Hex color #585D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585D32 is #A7A2CD. Grayscale: #565656. Windows color (decimal): -10986190 or 3300696. OLE color: 3300696.
HSL color Cylindrical-coordinate representation of color #585D32: hue angle of 66.98º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #585D32 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 93 | 50 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.64 |
| HSL | 66.98º | 0.3% | 0.28% | - |
| HSV(B) | 66.98º | 0.46% | 0.36% | - |
| XYZ | 8.51 | 10.13 | 4.52 | - |
| YUV | 86.6 | 107.34 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 93 | 50 | 0.05 | 0 | 0.46 | 0.64 | 66.98 | 0.3 | 0.28 |
| Hex | 58 | 5D | 32 | 5 | 0 | 2E | 40 | 43 | 1E | 1C |
| Octal | 130 | 135 | 62 | 5 | 0 | 56 | 100 | 103 | 36 | 34 |
| Binary | 1011000 | 1011101 | 110010 | 101 | 0 | 101110 | 1000000 | 1000011 | 11110 | 11100 |
Color Harmonies of #585D32
Complementary color
Monochromatic Colors of #585D32
Black with #585D32
Text Example
Text Example
White with #585D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585D32; }
p { color: rgb(88,93,50); }
H1.HeaderClassName
{
color: #585D32;
}
.AnyTagClassName
{
color: #585D32;
}
</style>
background-color css
<style>
a { background-color: #585D32; }
a { background-color: rgb(88,93,50); }
div.DivClassName
{
background-color: #585D32;
}
.BgClassName
{
background-color: #585D32;
}
</style>
border-color css
<style>
span { border-color: #585D32; }
span { border-color: rgb(88,93,50); }
td.TdClassName
{
border-color: #585D32;
}
.TagClassName
{
border-color: #585D32;
}
</style>