Shades of Saratoga #585832
Tints of Saratoga #585832
RGB
CMYK
RGB Variations
Color information
#585832 (or 0x585832) is known color: Saratoga. HEX triplet: 58, 58 and 32. RGB value is (88,88,50). Sum of RGB (Red+Green+Blue) = 88+88+50=226 (29% of max value = 765). Red value is 88 (34.77% from 255 or 38.94% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585832 is #A7A7CD. Grayscale: #535353. Windows color (decimal): -10987470 or 3299416. OLE color: 3299416.
HSL color Cylindrical-coordinate representation of color #585832: hue angle of 60º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #585832 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 88 | 50 | - |
| CMYK | 0 | 0 | 0.43 | 0.65 |
| HSL | 60º | 0.28% | 0.27% | - |
| HSV(B) | 60º | 0.43% | 0.35% | - |
| XYZ | 8.09 | 9.28 | 4.38 | - |
| YUV | 83.67 | 109 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 88 | 50 | 0 | 0 | 0.43 | 0.65 | 60 | 0.28 | 0.27 |
| Hex | 58 | 58 | 32 | 0 | 0 | 2B | 41 | 3C | 1C | 1B |
| Octal | 130 | 130 | 62 | 0 | 0 | 53 | 101 | 74 | 34 | 33 |
| Binary | 1011000 | 1011000 | 110010 | 0 | 0 | 101011 | 1000001 | 111100 | 11100 | 11011 |
Color Harmonies of #585832
Complementary color
Monochromatic Colors of #585832
Black with #585832
Text Example
Text Example
White with #585832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585832; }
p { color: rgb(88,88,50); }
H1.HeaderClassName
{
color: #585832;
}
.AnyTagClassName
{
color: #585832;
}
</style>
background-color css
<style>
a { background-color: #585832; }
a { background-color: rgb(88,88,50); }
div.DivClassName
{
background-color: #585832;
}
.BgClassName
{
background-color: #585832;
}
</style>
border-color css
<style>
span { border-color: #585832; }
span { border-color: rgb(88,88,50); }
td.TdClassName
{
border-color: #585832;
}
.TagClassName
{
border-color: #585832;
}
</style>