Shades of Saratoga #5B6138
Tints of Saratoga #5B6138
RGB
CMYK
RGB Variations
Color information
#5B6138 (or 0x5B6138) is known color: Saratoga. HEX triplet: 5B, 61 and 38. RGB value is (91,97,56). Sum of RGB (Red+Green+Blue) = 91+97+56=244 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.30% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 97 - color contains mainly: green. Hex color #5B6138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6138 is #A49EC7. Grayscale: #5A5A5A. Windows color (decimal): -10788552 or 3694939. OLE color: 3694939.
HSL color Cylindrical-coordinate representation of color #5B6138: hue angle of 68.78º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B6138 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 97 | 56 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.62 |
| HSL | 68.78º | 0.27% | 0.3% | - |
| HSV(B) | 68.78º | 0.42% | 0.38% | - |
| XYZ | 9.3 | 11.06 | 5.39 | - |
| YUV | 90.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 97 | 56 | 0.06 | 0 | 0.42 | 0.62 | 68.78 | 0.27 | 0.3 |
| Hex | 5B | 61 | 38 | 6 | 0 | 2A | 3E | 45 | 1B | 1E |
| Octal | 133 | 141 | 70 | 6 | 0 | 52 | 76 | 105 | 33 | 36 |
| Binary | 1011011 | 1100001 | 111000 | 110 | 0 | 101010 | 111110 | 1000101 | 11011 | 11110 |
Color Harmonies of #5B6138
Complementary color
Monochromatic Colors of #5B6138
Black with #5B6138
Text Example
Text Example
White with #5B6138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6138; }
p { color: rgb(91,97,56); }
H1.HeaderClassName
{
color: #5B6138;
}
.AnyTagClassName
{
color: #5B6138;
}
</style>
background-color css
<style>
a { background-color: #5B6138; }
a { background-color: rgb(91,97,56); }
div.DivClassName
{
background-color: #5B6138;
}
.BgClassName
{
background-color: #5B6138;
}
</style>
border-color css
<style>
span { border-color: #5B6138; }
span { border-color: rgb(91,97,56); }
td.TdClassName
{
border-color: #5B6138;
}
.TagClassName
{
border-color: #5B6138;
}
</style>