Shades of Saratoga #586525
Tints of Saratoga #586525
RGB
CMYK
RGB Variations
Color information
#586525 (or 0x586525) is known color: Saratoga. HEX triplet: 58, 65 and 25. RGB value is (88,101,37). Sum of RGB (Red+Green+Blue) = 88+101+37=226 (29% of max value = 765). Red value is 88 (34.77% from 255 or 38.94% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 101 - color contains mainly: green. Hex color #586525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586525 is #A79ADA. Grayscale: #5A5A5A. Windows color (decimal): -10984155 or 2450776. OLE color: 2450776.
HSL color Cylindrical-coordinate representation of color #586525: hue angle of 72.19º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #586525 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 101 | 37 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.60 |
| HSL | 72.19º | 0.46% | 0.27% | - |
| HSV(B) | 72.19º | 0.63% | 0.4% | - |
| XYZ | 9.01 | 11.52 | 3.5 | - |
| YUV | 89.82 | 98.19 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 101 | 37 | 0.13 | 0 | 0.63 | 0.60 | 72.19 | 0.46 | 0.27 |
| Hex | 58 | 65 | 25 | D | 0 | 3F | 3C | 48 | 2E | 1B |
| Octal | 130 | 145 | 45 | 15 | 0 | 77 | 74 | 110 | 56 | 33 |
| Binary | 1011000 | 1100101 | 100101 | 1101 | 0 | 111111 | 111100 | 1001000 | 101110 | 11011 |
Color Harmonies of #586525
Complementary color
Monochromatic Colors of #586525
Black with #586525
Text Example
Text Example
White with #586525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586525; }
p { color: rgb(88,101,37); }
H1.HeaderClassName
{
color: #586525;
}
.AnyTagClassName
{
color: #586525;
}
</style>
background-color css
<style>
a { background-color: #586525; }
a { background-color: rgb(88,101,37); }
div.DivClassName
{
background-color: #586525;
}
.BgClassName
{
background-color: #586525;
}
</style>
border-color css
<style>
span { border-color: #586525; }
span { border-color: rgb(88,101,37); }
td.TdClassName
{
border-color: #586525;
}
.TagClassName
{
border-color: #586525;
}
</style>