Shades of Saratoga #585934
Tints of Saratoga #585934
RGB
CMYK
RGB Variations
Color information
#585934 (or 0x585934) is known color: Saratoga. HEX triplet: 58, 59 and 34. RGB value is (88,89,52). Sum of RGB (Red+Green+Blue) = 88+89+52=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #585934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585934 is #A7A6CB. Grayscale: #545454. Windows color (decimal): -10987212 or 3430744. OLE color: 3430744.
HSL color Cylindrical-coordinate representation of color #585934: hue angle of 61.62º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #585934 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 89 | 52 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.65 |
| HSL | 61.62º | 0.26% | 0.28% | - |
| HSV(B) | 61.62º | 0.42% | 0.35% | - |
| XYZ | 8.22 | 9.47 | 4.64 | - |
| YUV | 84.48 | 109.67 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 52 | 0.01 | 0 | 0.42 | 0.65 | 61.62 | 0.26 | 0.28 |
| Hex | 58 | 59 | 34 | 1 | 0 | 2A | 41 | 3E | 1A | 1C |
| Octal | 130 | 131 | 64 | 1 | 0 | 52 | 101 | 76 | 32 | 34 |
| Binary | 1011000 | 1011001 | 110100 | 1 | 0 | 101010 | 1000001 | 111110 | 11010 | 11100 |
Color Harmonies of #585934
Complementary color
Monochromatic Colors of #585934
Black with #585934
Text Example
Text Example
White with #585934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585934; }
p { color: rgb(88,89,52); }
H1.HeaderClassName
{
color: #585934;
}
.AnyTagClassName
{
color: #585934;
}
</style>
background-color css
<style>
a { background-color: #585934; }
a { background-color: rgb(88,89,52); }
div.DivClassName
{
background-color: #585934;
}
.BgClassName
{
background-color: #585934;
}
</style>
border-color css
<style>
span { border-color: #585934; }
span { border-color: rgb(88,89,52); }
td.TdClassName
{
border-color: #585934;
}
.TagClassName
{
border-color: #585934;
}
</style>