Shades of Saratoga #586226
Tints of Saratoga #586226
RGB
CMYK
RGB Variations
Color information
#586226 (or 0x586226) is known color: Saratoga. HEX triplet: 58, 62 and 26. RGB value is (88,98,38). Sum of RGB (Red+Green+Blue) = 88+98+38=224 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.29% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #586226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586226 is #A79DD9. Grayscale: #585858. Windows color (decimal): -10984922 or 2515544. OLE color: 2515544.
HSL color Cylindrical-coordinate representation of color #586226: hue angle of 70º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #586226 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 98 | 38 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.62 |
| HSL | 70º | 0.44% | 0.27% | - |
| HSV(B) | 70º | 0.61% | 0.38% | - |
| XYZ | 8.74 | 10.95 | 3.49 | - |
| YUV | 88.17 | 99.69 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 98 | 38 | 0.10 | 0 | 0.61 | 0.62 | 70 | 0.44 | 0.27 |
| Hex | 58 | 62 | 26 | A | 0 | 3D | 3E | 46 | 2C | 1B |
| Octal | 130 | 142 | 46 | 12 | 0 | 75 | 76 | 106 | 54 | 33 |
| Binary | 1011000 | 1100010 | 100110 | 1010 | 0 | 111101 | 111110 | 1000110 | 101100 | 11011 |
Color Harmonies of #586226
Complementary color
Monochromatic Colors of #586226
Black with #586226
Text Example
Text Example
White with #586226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586226; }
p { color: rgb(88,98,38); }
H1.HeaderClassName
{
color: #586226;
}
.AnyTagClassName
{
color: #586226;
}
</style>
background-color css
<style>
a { background-color: #586226; }
a { background-color: rgb(88,98,38); }
div.DivClassName
{
background-color: #586226;
}
.BgClassName
{
background-color: #586226;
}
</style>
border-color css
<style>
span { border-color: #586226; }
span { border-color: rgb(88,98,38); }
td.TdClassName
{
border-color: #586226;
}
.TagClassName
{
border-color: #586226;
}
</style>