Shades of Saratoga #556034
Tints of Saratoga #556034
RGB
CMYK
RGB Variations
Color information
#556034 (or 0x556034) is known color: Saratoga. HEX triplet: 55, 60 and 34. RGB value is (85,96,52). Sum of RGB (Red+Green+Blue) = 85+96+52=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 96 - color contains mainly: green. Hex color #556034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556034 is #AA9FCB. Grayscale: #575757. Windows color (decimal): -11182028 or 3432533. OLE color: 3432533.
HSL color Cylindrical-coordinate representation of color #556034: hue angle of 75º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #556034 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 96 | 52 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.62 |
| HSL | 75º | 0.3% | 0.29% | - |
| HSV(B) | 75º | 0.46% | 0.38% | - |
| XYZ | 8.55 | 10.54 | 4.83 | - |
| YUV | 87.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 52 | 0.11 | 0 | 0.46 | 0.62 | 75 | 0.3 | 0.29 |
| Hex | 55 | 60 | 34 | B | 0 | 2E | 3E | 4B | 1E | 1D |
| Octal | 125 | 140 | 64 | 13 | 0 | 56 | 76 | 113 | 36 | 35 |
| Binary | 1010101 | 1100000 | 110100 | 1011 | 0 | 101110 | 111110 | 1001011 | 11110 | 11101 |
Color Harmonies of #556034
Complementary color
Monochromatic Colors of #556034
Black with #556034
Text Example
Text Example
White with #556034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556034; }
p { color: rgb(85,96,52); }
H1.HeaderClassName
{
color: #556034;
}
.AnyTagClassName
{
color: #556034;
}
</style>
background-color css
<style>
a { background-color: #556034; }
a { background-color: rgb(85,96,52); }
div.DivClassName
{
background-color: #556034;
}
.BgClassName
{
background-color: #556034;
}
</style>
border-color css
<style>
span { border-color: #556034; }
span { border-color: rgb(85,96,52); }
td.TdClassName
{
border-color: #556034;
}
.TagClassName
{
border-color: #556034;
}
</style>