Shades of Saratoga #585A31
Tints of Saratoga #585A31
RGB
CMYK
RGB Variations
Color information
#585A31 (or 0x585A31) is known color: Saratoga. HEX triplet: 58, 5A and 31. RGB value is (88,90,49). Sum of RGB (Red+Green+Blue) = 88+90+49=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 90 - color contains mainly: green. Hex color #585A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585A31 is #A7A5CE. Grayscale: #545454. Windows color (decimal): -10986959 or 3234392. OLE color: 3234392.
HSL color Cylindrical-coordinate representation of color #585A31: hue angle of 62.93º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #585A31 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 90 | 49 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.65 |
| HSL | 62.93º | 0.29% | 0.27% | - |
| HSV(B) | 62.93º | 0.46% | 0.35% | - |
| XYZ | 8.24 | 9.61 | 4.33 | - |
| YUV | 84.73 | 107.84 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 49 | 0.02 | 0 | 0.46 | 0.65 | 62.93 | 0.29 | 0.27 |
| Hex | 58 | 5A | 31 | 2 | 0 | 2E | 41 | 3F | 1D | 1B |
| Octal | 130 | 132 | 61 | 2 | 0 | 56 | 101 | 77 | 35 | 33 |
| Binary | 1011000 | 1011010 | 110001 | 10 | 0 | 101110 | 1000001 | 111111 | 11101 | 11011 |
Color Harmonies of #585A31
Complementary color
Monochromatic Colors of #585A31
Black with #585A31
Text Example
Text Example
White with #585A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585A31; }
p { color: rgb(88,90,49); }
H1.HeaderClassName
{
color: #585A31;
}
.AnyTagClassName
{
color: #585A31;
}
</style>
background-color css
<style>
a { background-color: #585A31; }
a { background-color: rgb(88,90,49); }
div.DivClassName
{
background-color: #585A31;
}
.BgClassName
{
background-color: #585A31;
}
</style>
border-color css
<style>
span { border-color: #585A31; }
span { border-color: rgb(88,90,49); }
td.TdClassName
{
border-color: #585A31;
}
.TagClassName
{
border-color: #585A31;
}
</style>