Shades of Saratoga #5A6331
Tints of Saratoga #5A6331
RGB
CMYK
RGB Variations
Color information
#5A6331 (or 0x5A6331) is known color: Saratoga. HEX triplet: 5A, 63 and 31. RGB value is (90,99,49). Sum of RGB (Red+Green+Blue) = 90+99+49=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 99 - color contains mainly: green. Hex color #5A6331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6331 is #A59CCE. Grayscale: #5A5A5A. Windows color (decimal): -10853583 or 3236698. OLE color: 3236698.
HSL color Cylindrical-coordinate representation of color #5A6331: hue angle of 70.8º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A6331 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 99 | 49 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.61 |
| HSL | 70.8º | 0.34% | 0.29% | - |
| HSV(B) | 70.8º | 0.51% | 0.39% | - |
| XYZ | 9.23 | 11.32 | 4.6 | - |
| YUV | 90.61 | 104.52 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 99 | 49 | 0.09 | 0 | 0.51 | 0.61 | 70.8 | 0.34 | 0.29 |
| Hex | 5A | 63 | 31 | 9 | 0 | 33 | 3D | 47 | 22 | 1D |
| Octal | 132 | 143 | 61 | 11 | 0 | 63 | 75 | 107 | 42 | 35 |
| Binary | 1011010 | 1100011 | 110001 | 1001 | 0 | 110011 | 111101 | 1000111 | 100010 | 11101 |
Color Harmonies of #5A6331
Complementary color
Monochromatic Colors of #5A6331
Black with #5A6331
Text Example
Text Example
White with #5A6331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6331; }
p { color: rgb(90,99,49); }
H1.HeaderClassName
{
color: #5A6331;
}
.AnyTagClassName
{
color: #5A6331;
}
</style>
background-color css
<style>
a { background-color: #5A6331; }
a { background-color: rgb(90,99,49); }
div.DivClassName
{
background-color: #5A6331;
}
.BgClassName
{
background-color: #5A6331;
}
</style>
border-color css
<style>
span { border-color: #5A6331; }
span { border-color: rgb(90,99,49); }
td.TdClassName
{
border-color: #5A6331;
}
.TagClassName
{
border-color: #5A6331;
}
</style>