Shades of Saratoga #5A6332
Tints of Saratoga #5A6332
RGB
CMYK
RGB Variations
Color information
#5A6332 (or 0x5A6332) is known color: Saratoga. HEX triplet: 5A, 63 and 32. RGB value is (90,99,50). Sum of RGB (Red+Green+Blue) = 90+99+50=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 99 - color contains mainly: green. Hex color #5A6332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6332 is #A59CCD. Grayscale: #5A5A5A. Windows color (decimal): -10853582 or 3302234. OLE color: 3302234.
HSL color Cylindrical-coordinate representation of color #5A6332: hue angle of 71.02º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A6332 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 99 | 50 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.61 |
| HSL | 71.02º | 0.33% | 0.29% | - |
| HSV(B) | 71.02º | 0.49% | 0.39% | - |
| XYZ | 9.25 | 11.33 | 4.72 | - |
| YUV | 90.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 99 | 50 | 0.09 | 0 | 0.49 | 0.61 | 71.02 | 0.33 | 0.29 |
| Hex | 5A | 63 | 32 | 9 | 0 | 31 | 3D | 47 | 21 | 1D |
| Octal | 132 | 143 | 62 | 11 | 0 | 61 | 75 | 107 | 41 | 35 |
| Binary | 1011010 | 1100011 | 110010 | 1001 | 0 | 110001 | 111101 | 1000111 | 100001 | 11101 |
Color Harmonies of #5A6332
Complementary color
Monochromatic Colors of #5A6332
Black with #5A6332
Text Example
Text Example
White with #5A6332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6332; }
p { color: rgb(90,99,50); }
H1.HeaderClassName
{
color: #5A6332;
}
.AnyTagClassName
{
color: #5A6332;
}
</style>
background-color css
<style>
a { background-color: #5A6332; }
a { background-color: rgb(90,99,50); }
div.DivClassName
{
background-color: #5A6332;
}
.BgClassName
{
background-color: #5A6332;
}
</style>
border-color css
<style>
span { border-color: #5A6332; }
span { border-color: rgb(90,99,50); }
td.TdClassName
{
border-color: #5A6332;
}
.TagClassName
{
border-color: #5A6332;
}
</style>