Shades of Saratoga #556035
Tints of Saratoga #556035
RGB
CMYK
RGB Variations
Color information
#556035 (or 0x556035) is known color: Saratoga. HEX triplet: 55, 60 and 35. RGB value is (85,96,53). Sum of RGB (Red+Green+Blue) = 85+96+53=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #556035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556035 is #AA9FCA. Grayscale: #575757. Windows color (decimal): -11182027 or 3498069. OLE color: 3498069.
HSL color Cylindrical-coordinate representation of color #556035: hue angle of 75.35º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #556035 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 96 | 53 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.62 |
| HSL | 75.35º | 0.29% | 0.29% | - |
| HSV(B) | 75.35º | 0.45% | 0.38% | - |
| XYZ | 8.57 | 10.55 | 4.95 | - |
| YUV | 87.81 | 108.36 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 53 | 0.11 | 0 | 0.45 | 0.62 | 75.35 | 0.29 | 0.29 |
| Hex | 55 | 60 | 35 | B | 0 | 2D | 3E | 4B | 1D | 1D |
| Octal | 125 | 140 | 65 | 13 | 0 | 55 | 76 | 113 | 35 | 35 |
| Binary | 1010101 | 1100000 | 110101 | 1011 | 0 | 101101 | 111110 | 1001011 | 11101 | 11101 |
Color Harmonies of #556035
Complementary color
Monochromatic Colors of #556035
Black with #556035
Text Example
Text Example
White with #556035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556035; }
p { color: rgb(85,96,53); }
H1.HeaderClassName
{
color: #556035;
}
.AnyTagClassName
{
color: #556035;
}
</style>
background-color css
<style>
a { background-color: #556035; }
a { background-color: rgb(85,96,53); }
div.DivClassName
{
background-color: #556035;
}
.BgClassName
{
background-color: #556035;
}
</style>
border-color css
<style>
span { border-color: #556035; }
span { border-color: rgb(85,96,53); }
td.TdClassName
{
border-color: #556035;
}
.TagClassName
{
border-color: #556035;
}
</style>