Shades of Saratoga #555932
Tints of Saratoga #555932
RGB
CMYK
RGB Variations
Color information
#555932 (or 0x555932) is known color: Saratoga. HEX triplet: 55, 59 and 32. RGB value is (85,89,50). Sum of RGB (Red+Green+Blue) = 85+89+50=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 89 - color contains mainly: green. Hex color #555932 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555932 is #AAA6CD. Grayscale: #535353. Windows color (decimal): -11183822 or 3299669. OLE color: 3299669.
HSL color Cylindrical-coordinate representation of color #555932: hue angle of 66.15º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #555932 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 89 | 50 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.65 |
| HSL | 66.15º | 0.28% | 0.27% | - |
| HSV(B) | 66.15º | 0.44% | 0.35% | - |
| XYZ | 7.89 | 9.31 | 4.4 | - |
| YUV | 83.36 | 109.17 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 50 | 0.04 | 0 | 0.44 | 0.65 | 66.15 | 0.28 | 0.27 |
| Hex | 55 | 59 | 32 | 4 | 0 | 2C | 41 | 42 | 1C | 1B |
| Octal | 125 | 131 | 62 | 4 | 0 | 54 | 101 | 102 | 34 | 33 |
| Binary | 1010101 | 1011001 | 110010 | 100 | 0 | 101100 | 1000001 | 1000010 | 11100 | 11011 |
Color Harmonies of #555932
Complementary color
Monochromatic Colors of #555932
Black with #555932
Text Example
Text Example
White with #555932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555932; }
p { color: rgb(85,89,50); }
H1.HeaderClassName
{
color: #555932;
}
.AnyTagClassName
{
color: #555932;
}
</style>
background-color css
<style>
a { background-color: #555932; }
a { background-color: rgb(85,89,50); }
div.DivClassName
{
background-color: #555932;
}
.BgClassName
{
background-color: #555932;
}
</style>
border-color css
<style>
span { border-color: #555932; }
span { border-color: rgb(85,89,50); }
td.TdClassName
{
border-color: #555932;
}
.TagClassName
{
border-color: #555932;
}
</style>