Shades of Saratoga #586325
Tints of Saratoga #586325
RGB
CMYK
RGB Variations
Color information
#586325 (or 0x586325) is known color: Saratoga. HEX triplet: 58, 63 and 25. RGB value is (88,99,37). Sum of RGB (Red+Green+Blue) = 88+99+37=224 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.29% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 37 (14.84% from 255 or 16.52% from 224); Max value from RGB is 99 - color contains mainly: green. Hex color #586325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586325 is #A79CDA. Grayscale: #585858. Windows color (decimal): -10984667 or 2450264. OLE color: 2450264.
HSL color Cylindrical-coordinate representation of color #586325: hue angle of 70.65º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #586325 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 88 | 99 | 37 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.61 |
| HSL | 70.65º | 0.46% | 0.27% | - |
| HSV(B) | 70.65º | 0.63% | 0.39% | - |
| XYZ | 8.82 | 11.13 | 3.43 | - |
| YUV | 88.64 | 98.86 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 99 | 37 | 0.11 | 0 | 0.63 | 0.61 | 70.65 | 0.46 | 0.27 |
| Hex | 58 | 63 | 25 | B | 0 | 3F | 3D | 47 | 2E | 1B |
| Octal | 130 | 143 | 45 | 13 | 0 | 77 | 75 | 107 | 56 | 33 |
| Binary | 1011000 | 1100011 | 100101 | 1011 | 0 | 111111 | 111101 | 1000111 | 101110 | 11011 |
Color Harmonies of #586325
Complementary color
Monochromatic Colors of #586325
Black with #586325
Text Example
Text Example
White with #586325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586325; }
p { color: rgb(88,99,37); }
H1.HeaderClassName
{
color: #586325;
}
.AnyTagClassName
{
color: #586325;
}
</style>
background-color css
<style>
a { background-color: #586325; }
a { background-color: rgb(88,99,37); }
div.DivClassName
{
background-color: #586325;
}
.BgClassName
{
background-color: #586325;
}
</style>
border-color css
<style>
span { border-color: #586325; }
span { border-color: rgb(88,99,37); }
td.TdClassName
{
border-color: #586325;
}
.TagClassName
{
border-color: #586325;
}
</style>