Shades of Saratoga #585A2E
Tints of Saratoga #585A2E
RGB
CMYK
RGB Variations
Color information
#585A2E (or 0x585A2E) is known color: Saratoga. HEX triplet: 58, 5A and 2E. RGB value is (88,90,46). Sum of RGB (Red+Green+Blue) = 88+90+46=224 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.29% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 90 - color contains mainly: green. Hex color #585A2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585A2E is #A7A5D1. Grayscale: #545454. Windows color (decimal): -10986962 or 3037784. OLE color: 3037784.
HSL color Cylindrical-coordinate representation of color #585A2E: hue angle of 62.73º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #585A2E is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 90 | 46 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.65 |
| HSL | 62.73º | 0.32% | 0.27% | - |
| HSV(B) | 62.73º | 0.49% | 0.35% | - |
| XYZ | 8.17 | 9.58 | 4 | - |
| YUV | 84.39 | 106.34 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 46 | 0.02 | 0 | 0.49 | 0.65 | 62.73 | 0.32 | 0.27 |
| Hex | 58 | 5A | 2E | 2 | 0 | 31 | 41 | 3F | 20 | 1B |
| Octal | 130 | 132 | 56 | 2 | 0 | 61 | 101 | 77 | 40 | 33 |
| Binary | 1011000 | 1011010 | 101110 | 10 | 0 | 110001 | 1000001 | 111111 | 100000 | 11011 |
Color Harmonies of #585A2E
Complementary color
Monochromatic Colors of #585A2E
Black with #585A2E
Text Example
Text Example
White with #585A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585A2E; }
p { color: rgb(88,90,46); }
H1.HeaderClassName
{
color: #585A2E;
}
.AnyTagClassName
{
color: #585A2E;
}
</style>
background-color css
<style>
a { background-color: #585A2E; }
a { background-color: rgb(88,90,46); }
div.DivClassName
{
background-color: #585A2E;
}
.BgClassName
{
background-color: #585A2E;
}
</style>
border-color css
<style>
span { border-color: #585A2E; }
span { border-color: rgb(88,90,46); }
td.TdClassName
{
border-color: #585A2E;
}
.TagClassName
{
border-color: #585A2E;
}
</style>