Shades of Saratoga #5A6035
Tints of Saratoga #5A6035
RGB
CMYK
RGB Variations
Color information
#5A6035 (or 0x5A6035) is known color: Saratoga. HEX triplet: 5A, 60 and 35. RGB value is (90,96,53). Sum of RGB (Red+Green+Blue) = 90+96+53=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6035 is #A59FCA. Grayscale: #595959. Windows color (decimal): -10854347 or 3498074. OLE color: 3498074.
HSL color Cylindrical-coordinate representation of color #5A6035: hue angle of 68.37º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5A6035 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 96 | 53 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.62 |
| HSL | 68.37º | 0.29% | 0.29% | - |
| HSV(B) | 68.37º | 0.45% | 0.38% | - |
| XYZ | 9.04 | 10.8 | 4.98 | - |
| YUV | 89.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 53 | 0.06 | 0 | 0.45 | 0.62 | 68.37 | 0.29 | 0.29 |
| Hex | 5A | 60 | 35 | 6 | 0 | 2D | 3E | 44 | 1D | 1D |
| Octal | 132 | 140 | 65 | 6 | 0 | 55 | 76 | 104 | 35 | 35 |
| Binary | 1011010 | 1100000 | 110101 | 110 | 0 | 101101 | 111110 | 1000100 | 11101 | 11101 |
Color Harmonies of #5A6035
Complementary color
Monochromatic Colors of #5A6035
Black with #5A6035
Text Example
Text Example
White with #5A6035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6035; }
p { color: rgb(90,96,53); }
H1.HeaderClassName
{
color: #5A6035;
}
.AnyTagClassName
{
color: #5A6035;
}
</style>
background-color css
<style>
a { background-color: #5A6035; }
a { background-color: rgb(90,96,53); }
div.DivClassName
{
background-color: #5A6035;
}
.BgClassName
{
background-color: #5A6035;
}
</style>
border-color css
<style>
span { border-color: #5A6035; }
span { border-color: rgb(90,96,53); }
td.TdClassName
{
border-color: #5A6035;
}
.TagClassName
{
border-color: #5A6035;
}
</style>