Shades of Saratoga #585A37
Tints of Saratoga #585A37
RGB
CMYK
RGB Variations
Color information
#585A37 (or 0x585A37) is known color: Saratoga. HEX triplet: 58, 5A and 37. RGB value is (88,90,55). Sum of RGB (Red+Green+Blue) = 88+90+55=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 90 - color contains mainly: green. Hex color #585A37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585A37 is #A7A5C8. Grayscale: #555555. Windows color (decimal): -10986953 or 3627608. OLE color: 3627608.
HSL color Cylindrical-coordinate representation of color #585A37: hue angle of 63.43º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #585A37 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 90 | 55 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.65 |
| HSL | 63.43º | 0.24% | 0.28% | - |
| HSV(B) | 63.43º | 0.39% | 0.35% | - |
| XYZ | 8.37 | 9.66 | 5.04 | - |
| YUV | 85.41 | 110.84 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 55 | 0.02 | 0 | 0.39 | 0.65 | 63.43 | 0.24 | 0.28 |
| Hex | 58 | 5A | 37 | 2 | 0 | 27 | 41 | 3F | 18 | 1C |
| Octal | 130 | 132 | 67 | 2 | 0 | 47 | 101 | 77 | 30 | 34 |
| Binary | 1011000 | 1011010 | 110111 | 10 | 0 | 100111 | 1000001 | 111111 | 11000 | 11100 |
Color Harmonies of #585A37
Complementary color
Monochromatic Colors of #585A37
Black with #585A37
Text Example
Text Example
White with #585A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585A37; }
p { color: rgb(88,90,55); }
H1.HeaderClassName
{
color: #585A37;
}
.AnyTagClassName
{
color: #585A37;
}
</style>
background-color css
<style>
a { background-color: #585A37; }
a { background-color: rgb(88,90,55); }
div.DivClassName
{
background-color: #585A37;
}
.BgClassName
{
background-color: #585A37;
}
</style>
border-color css
<style>
span { border-color: #585A37; }
span { border-color: rgb(88,90,55); }
td.TdClassName
{
border-color: #585A37;
}
.TagClassName
{
border-color: #585A37;
}
</style>