Shades of Saratoga #5A6135
Tints of Saratoga #5A6135
RGB
CMYK
RGB Variations
Color information
#5A6135 (or 0x5A6135) is known color: Saratoga. HEX triplet: 5A, 61 and 35. RGB value is (90,97,53). Sum of RGB (Red+Green+Blue) = 90+97+53=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 97 - color contains mainly: green. Hex color #5A6135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6135 is #A59ECA. Grayscale: #5A5A5A. Windows color (decimal): -10854091 or 3498330. OLE color: 3498330.
HSL color Cylindrical-coordinate representation of color #5A6135: hue angle of 69.55º 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 #5A6135 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 97 | 53 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.62 |
| HSL | 69.55º | 0.29% | 0.29% | - |
| HSV(B) | 69.55º | 0.45% | 0.38% | - |
| XYZ | 9.13 | 10.98 | 5.01 | - |
| YUV | 89.89 | 107.18 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 97 | 53 | 0.07 | 0 | 0.45 | 0.62 | 69.55 | 0.29 | 0.29 |
| Hex | 5A | 61 | 35 | 7 | 0 | 2D | 3E | 46 | 1D | 1D |
| Octal | 132 | 141 | 65 | 7 | 0 | 55 | 76 | 106 | 35 | 35 |
| Binary | 1011010 | 1100001 | 110101 | 111 | 0 | 101101 | 111110 | 1000110 | 11101 | 11101 |
Color Harmonies of #5A6135
Complementary color
Monochromatic Colors of #5A6135
Black with #5A6135
Text Example
Text Example
White with #5A6135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6135; }
p { color: rgb(90,97,53); }
H1.HeaderClassName
{
color: #5A6135;
}
.AnyTagClassName
{
color: #5A6135;
}
</style>
background-color css
<style>
a { background-color: #5A6135; }
a { background-color: rgb(90,97,53); }
div.DivClassName
{
background-color: #5A6135;
}
.BgClassName
{
background-color: #5A6135;
}
</style>
border-color css
<style>
span { border-color: #5A6135; }
span { border-color: rgb(90,97,53); }
td.TdClassName
{
border-color: #5A6135;
}
.TagClassName
{
border-color: #5A6135;
}
</style>