Shades of Saratoga #556032
Tints of Saratoga #556032
RGB
CMYK
RGB Variations
Color information
#556032 (or 0x556032) is known color: Saratoga. HEX triplet: 55, 60 and 32. RGB value is (85,96,50). Sum of RGB (Red+Green+Blue) = 85+96+50=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 96 - color contains mainly: green. Hex color #556032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556032 is #AA9FCD. Grayscale: #575757. Windows color (decimal): -11182030 or 3301461. OLE color: 3301461.
HSL color Cylindrical-coordinate representation of color #556032: hue angle of 74.35º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #556032 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 96 | 50 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.62 |
| HSL | 74.35º | 0.32% | 0.29% | - |
| HSV(B) | 74.35º | 0.48% | 0.38% | - |
| XYZ | 8.5 | 10.53 | 4.6 | - |
| YUV | 87.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 50 | 0.11 | 0 | 0.48 | 0.62 | 74.35 | 0.32 | 0.29 |
| Hex | 55 | 60 | 32 | B | 0 | 30 | 3E | 4A | 20 | 1D |
| Octal | 125 | 140 | 62 | 13 | 0 | 60 | 76 | 112 | 40 | 35 |
| Binary | 1010101 | 1100000 | 110010 | 1011 | 0 | 110000 | 111110 | 1001010 | 100000 | 11101 |
Color Harmonies of #556032
Complementary color
Monochromatic Colors of #556032
Black with #556032
Text Example
Text Example
White with #556032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556032; }
p { color: rgb(85,96,50); }
H1.HeaderClassName
{
color: #556032;
}
.AnyTagClassName
{
color: #556032;
}
</style>
background-color css
<style>
a { background-color: #556032; }
a { background-color: rgb(85,96,50); }
div.DivClassName
{
background-color: #556032;
}
.BgClassName
{
background-color: #556032;
}
</style>
border-color css
<style>
span { border-color: #556032; }
span { border-color: rgb(85,96,50); }
td.TdClassName
{
border-color: #556032;
}
.TagClassName
{
border-color: #556032;
}
</style>