Shades of Saratoga #555934
Tints of Saratoga #555934
RGB
CMYK
RGB Variations
Color information
#555934 (or 0x555934) is known color: Saratoga. HEX triplet: 55, 59 and 34. RGB value is (85,89,52). Sum of RGB (Red+Green+Blue) = 85+89+52=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 89 - color contains mainly: green. Hex color #555934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555934 is #AAA6CB. Grayscale: #535353. Windows color (decimal): -11183820 or 3430741. OLE color: 3430741.
HSL color Cylindrical-coordinate representation of color #555934: hue angle of 66.49º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #555934 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 89 | 52 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.65 |
| HSL | 66.49º | 0.26% | 0.28% | - |
| HSV(B) | 66.49º | 0.42% | 0.35% | - |
| XYZ | 7.94 | 9.32 | 4.63 | - |
| YUV | 83.59 | 110.17 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 52 | 0.04 | 0 | 0.42 | 0.65 | 66.49 | 0.26 | 0.28 |
| Hex | 55 | 59 | 34 | 4 | 0 | 2A | 41 | 42 | 1A | 1C |
| Octal | 125 | 131 | 64 | 4 | 0 | 52 | 101 | 102 | 32 | 34 |
| Binary | 1010101 | 1011001 | 110100 | 100 | 0 | 101010 | 1000001 | 1000010 | 11010 | 11100 |
Color Harmonies of #555934
Complementary color
Monochromatic Colors of #555934
Black with #555934
Text Example
Text Example
White with #555934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555934; }
p { color: rgb(85,89,52); }
H1.HeaderClassName
{
color: #555934;
}
.AnyTagClassName
{
color: #555934;
}
</style>
background-color css
<style>
a { background-color: #555934; }
a { background-color: rgb(85,89,52); }
div.DivClassName
{
background-color: #555934;
}
.BgClassName
{
background-color: #555934;
}
</style>
border-color css
<style>
span { border-color: #555934; }
span { border-color: rgb(85,89,52); }
td.TdClassName
{
border-color: #555934;
}
.TagClassName
{
border-color: #555934;
}
</style>