Shades of Saratoga #586429
Tints of Saratoga #586429
RGB
CMYK
RGB Variations
Color information
#586429 (or 0x586429) is known color: Saratoga. HEX triplet: 58, 64 and 29. RGB value is (88,100,41). Sum of RGB (Red+Green+Blue) = 88+100+41=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 100 - color contains mainly: green. Hex color #586429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586429 is #A79BD6. Grayscale: #595959. Windows color (decimal): -10984407 or 2712664. OLE color: 2712664.
HSL color Cylindrical-coordinate representation of color #586429: hue angle of 72.2º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #586429 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 88 | 100 | 41 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.61 |
| HSL | 72.2º | 0.42% | 0.28% | - |
| HSV(B) | 72.2º | 0.59% | 0.39% | - |
| XYZ | 8.98 | 11.35 | 3.82 | - |
| YUV | 89.69 | 100.52 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 100 | 41 | 0.12 | 0 | 0.59 | 0.61 | 72.2 | 0.42 | 0.28 |
| Hex | 58 | 64 | 29 | C | 0 | 3B | 3D | 48 | 2A | 1C |
| Octal | 130 | 144 | 51 | 14 | 0 | 73 | 75 | 110 | 52 | 34 |
| Binary | 1011000 | 1100100 | 101001 | 1100 | 0 | 111011 | 111101 | 1001000 | 101010 | 11100 |
Color Harmonies of #586429
Complementary color
Monochromatic Colors of #586429
Black with #586429
Text Example
Text Example
White with #586429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586429; }
p { color: rgb(88,100,41); }
H1.HeaderClassName
{
color: #586429;
}
.AnyTagClassName
{
color: #586429;
}
</style>
background-color css
<style>
a { background-color: #586429; }
a { background-color: rgb(88,100,41); }
div.DivClassName
{
background-color: #586429;
}
.BgClassName
{
background-color: #586429;
}
</style>
border-color css
<style>
span { border-color: #586429; }
span { border-color: rgb(88,100,41); }
td.TdClassName
{
border-color: #586429;
}
.TagClassName
{
border-color: #586429;
}
</style>