Shades of Saratoga #556325
Tints of Saratoga #556325
RGB
CMYK
RGB Variations
Color information
#556325 (or 0x556325) is known color: Saratoga. HEX triplet: 55, 63 and 25. RGB value is (85,99,37). Sum of RGB (Red+Green+Blue) = 85+99+37=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 99 - color contains mainly: green. Hex color #556325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556325 is #AA9CDA. Grayscale: #575757. Windows color (decimal): -11181275 or 2450261. OLE color: 2450261.
HSL color Cylindrical-coordinate representation of color #556325: hue angle of 73.55º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #556325 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 99 | 37 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.61 |
| HSL | 73.55º | 0.46% | 0.27% | - |
| HSV(B) | 73.55º | 0.63% | 0.39% | - |
| XYZ | 8.54 | 10.99 | 3.42 | - |
| YUV | 87.75 | 99.36 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 37 | 0.14 | 0 | 0.63 | 0.61 | 73.55 | 0.46 | 0.27 |
| Hex | 55 | 63 | 25 | E | 0 | 3F | 3D | 4A | 2E | 1B |
| Octal | 125 | 143 | 45 | 16 | 0 | 77 | 75 | 112 | 56 | 33 |
| Binary | 1010101 | 1100011 | 100101 | 1110 | 0 | 111111 | 111101 | 1001010 | 101110 | 11011 |
Color Harmonies of #556325
Complementary color
Monochromatic Colors of #556325
Black with #556325
Text Example
Text Example
White with #556325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556325; }
p { color: rgb(85,99,37); }
H1.HeaderClassName
{
color: #556325;
}
.AnyTagClassName
{
color: #556325;
}
</style>
background-color css
<style>
a { background-color: #556325; }
a { background-color: rgb(85,99,37); }
div.DivClassName
{
background-color: #556325;
}
.BgClassName
{
background-color: #556325;
}
</style>
border-color css
<style>
span { border-color: #556325; }
span { border-color: rgb(85,99,37); }
td.TdClassName
{
border-color: #556325;
}
.TagClassName
{
border-color: #556325;
}
</style>