Shades of Saratoga #555936
Tints of Saratoga #555936
RGB
CMYK
RGB Variations
Color information
#555936 (or 0x555936) is known color: Saratoga. HEX triplet: 55, 59 and 36. RGB value is (85,89,54). Sum of RGB (Red+Green+Blue) = 85+89+54=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 89 - color contains mainly: green. Hex color #555936 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555936 is #AAA6C9. Grayscale: #535353. Windows color (decimal): -11183818 or 3561813. OLE color: 3561813.
HSL color Cylindrical-coordinate representation of color #555936: hue angle of 66.86º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #555936 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 89 | 54 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.65 |
| HSL | 66.86º | 0.24% | 0.28% | - |
| HSV(B) | 66.86º | 0.39% | 0.35% | - |
| XYZ | 7.98 | 9.34 | 4.87 | - |
| YUV | 83.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 54 | 0.04 | 0 | 0.39 | 0.65 | 66.86 | 0.24 | 0.28 |
| Hex | 55 | 59 | 36 | 4 | 0 | 27 | 41 | 43 | 18 | 1C |
| Octal | 125 | 131 | 66 | 4 | 0 | 47 | 101 | 103 | 30 | 34 |
| Binary | 1010101 | 1011001 | 110110 | 100 | 0 | 100111 | 1000001 | 1000011 | 11000 | 11100 |
Color Harmonies of #555936
Complementary color
Monochromatic Colors of #555936
Black with #555936
Text Example
Text Example
White with #555936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555936; }
p { color: rgb(85,89,54); }
H1.HeaderClassName
{
color: #555936;
}
.AnyTagClassName
{
color: #555936;
}
</style>
background-color css
<style>
a { background-color: #555936; }
a { background-color: rgb(85,89,54); }
div.DivClassName
{
background-color: #555936;
}
.BgClassName
{
background-color: #555936;
}
</style>
border-color css
<style>
span { border-color: #555936; }
span { border-color: rgb(85,89,54); }
td.TdClassName
{
border-color: #555936;
}
.TagClassName
{
border-color: #555936;
}
</style>