Shades of Saratoga #5A6238
Tints of Saratoga #5A6238
RGB
CMYK
RGB Variations
Color information
#5A6238 (or 0x5A6238) is known color: Saratoga. HEX triplet: 5A, 62 and 38. RGB value is (90,98,56). Sum of RGB (Red+Green+Blue) = 90+98+56=244 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.89% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 98 - color contains mainly: green. Hex color #5A6238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6238 is #A59DC7. Grayscale: #5A5A5A. Windows color (decimal): -10853832 or 3695194. OLE color: 3695194.
HSL color Cylindrical-coordinate representation of color #5A6238: hue angle of 71.43º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A6238 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 98 | 56 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.62 |
| HSL | 71.43º | 0.27% | 0.3% | - |
| HSV(B) | 71.43º | 0.43% | 0.38% | - |
| XYZ | 9.3 | 11.19 | 5.41 | - |
| YUV | 90.82 | 108.35 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 98 | 56 | 0.08 | 0 | 0.43 | 0.62 | 71.43 | 0.27 | 0.3 |
| Hex | 5A | 62 | 38 | 8 | 0 | 2B | 3E | 47 | 1B | 1E |
| Octal | 132 | 142 | 70 | 10 | 0 | 53 | 76 | 107 | 33 | 36 |
| Binary | 1011010 | 1100010 | 111000 | 1000 | 0 | 101011 | 111110 | 1000111 | 11011 | 11110 |
Color Harmonies of #5A6238
Complementary color
Monochromatic Colors of #5A6238
Black with #5A6238
Text Example
Text Example
White with #5A6238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6238; }
p { color: rgb(90,98,56); }
H1.HeaderClassName
{
color: #5A6238;
}
.AnyTagClassName
{
color: #5A6238;
}
</style>
background-color css
<style>
a { background-color: #5A6238; }
a { background-color: rgb(90,98,56); }
div.DivClassName
{
background-color: #5A6238;
}
.BgClassName
{
background-color: #5A6238;
}
</style>
border-color css
<style>
span { border-color: #5A6238; }
span { border-color: rgb(90,98,56); }
td.TdClassName
{
border-color: #5A6238;
}
.TagClassName
{
border-color: #5A6238;
}
</style>