Shades of Saratoga #5D6136
Tints of Saratoga #5D6136
RGB
CMYK
RGB Variations
Color information
#5D6136 (or 0x5D6136) is known color: Saratoga. HEX triplet: 5D, 61 and 36. RGB value is (93,97,54). Sum of RGB (Red+Green+Blue) = 93+97+54=244 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.11% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 54 (21.48% from 255 or 22.13% from 244); Max value from RGB is 97 - color contains mainly: green. Hex color #5D6136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6136 is #A29EC9. Grayscale: #5B5B5B. Windows color (decimal): -10657482 or 3563869. OLE color: 3563869.
HSL color Cylindrical-coordinate representation of color #5D6136: hue angle of 65.58º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5D6136 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 97 | 54 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.62 |
| HSL | 65.58º | 0.28% | 0.3% | - |
| HSV(B) | 65.58º | 0.44% | 0.38% | - |
| XYZ | 9.45 | 11.14 | 5.14 | - |
| YUV | 90.9 | 107.17 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 97 | 54 | 0.04 | 0 | 0.44 | 0.62 | 65.58 | 0.28 | 0.3 |
| Hex | 5D | 61 | 36 | 4 | 0 | 2C | 3E | 42 | 1C | 1E |
| Octal | 135 | 141 | 66 | 4 | 0 | 54 | 76 | 102 | 34 | 36 |
| Binary | 1011101 | 1100001 | 110110 | 100 | 0 | 101100 | 111110 | 1000010 | 11100 | 11110 |
Color Harmonies of #5D6136
Complementary color
Monochromatic Colors of #5D6136
Black with #5D6136
Text Example
Text Example
White with #5D6136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6136; }
p { color: rgb(93,97,54); }
H1.HeaderClassName
{
color: #5D6136;
}
.AnyTagClassName
{
color: #5D6136;
}
</style>
background-color css
<style>
a { background-color: #5D6136; }
a { background-color: rgb(93,97,54); }
div.DivClassName
{
background-color: #5D6136;
}
.BgClassName
{
background-color: #5D6136;
}
</style>
border-color css
<style>
span { border-color: #5D6136; }
span { border-color: rgb(93,97,54); }
td.TdClassName
{
border-color: #5D6136;
}
.TagClassName
{
border-color: #5D6136;
}
</style>