Shades of Saratoga #585A2D
Tints of Saratoga #585A2D
RGB
CMYK
RGB Variations
Color information
#585A2D (or 0x585A2D) is known color: Saratoga. HEX triplet: 58, 5A and 2D. RGB value is (88,90,45). Sum of RGB (Red+Green+Blue) = 88+90+45=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 90 - color contains mainly: green. Hex color #585A2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585A2D is #A7A5D2. Grayscale: #545454. Windows color (decimal): -10986963 or 2972248. OLE color: 2972248.
HSL color Cylindrical-coordinate representation of color #585A2D: hue angle of 62.67º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #585A2D is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 90 | 45 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.65 |
| HSL | 62.67º | 0.33% | 0.26% | - |
| HSV(B) | 62.67º | 0.5% | 0.35% | - |
| XYZ | 8.15 | 9.58 | 3.9 | - |
| YUV | 84.27 | 105.84 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 45 | 0.02 | 0 | 0.50 | 0.65 | 62.67 | 0.33 | 0.26 |
| Hex | 58 | 5A | 2D | 2 | 0 | 32 | 41 | 3F | 21 | 1A |
| Octal | 130 | 132 | 55 | 2 | 0 | 62 | 101 | 77 | 41 | 32 |
| Binary | 1011000 | 1011010 | 101101 | 10 | 0 | 110010 | 1000001 | 111111 | 100001 | 11010 |
Color Harmonies of #585A2D
Complementary color
Monochromatic Colors of #585A2D
Black with #585A2D
Text Example
Text Example
White with #585A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585A2D; }
p { color: rgb(88,90,45); }
H1.HeaderClassName
{
color: #585A2D;
}
.AnyTagClassName
{
color: #585A2D;
}
</style>
background-color css
<style>
a { background-color: #585A2D; }
a { background-color: rgb(88,90,45); }
div.DivClassName
{
background-color: #585A2D;
}
.BgClassName
{
background-color: #585A2D;
}
</style>
border-color css
<style>
span { border-color: #585A2D; }
span { border-color: rgb(88,90,45); }
td.TdClassName
{
border-color: #585A2D;
}
.TagClassName
{
border-color: #585A2D;
}
</style>