Shades of Saratoga #5A6031
Tints of Saratoga #5A6031
RGB
CMYK
RGB Variations
Color information
#5A6031 (or 0x5A6031) is known color: Saratoga. HEX triplet: 5A, 60 and 31. RGB value is (90,96,49). Sum of RGB (Red+Green+Blue) = 90+96+49=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6031 is #A59FCE. Grayscale: #595959. Windows color (decimal): -10854351 or 3235930. OLE color: 3235930.
HSL color Cylindrical-coordinate representation of color #5A6031: hue angle of 67.66º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A6031 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 96 | 49 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.62 |
| HSL | 67.66º | 0.32% | 0.28% | - |
| HSV(B) | 67.66º | 0.49% | 0.38% | - |
| XYZ | 8.95 | 10.76 | 4.51 | - |
| YUV | 88.85 | 105.51 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 49 | 0.06 | 0 | 0.49 | 0.62 | 67.66 | 0.32 | 0.28 |
| Hex | 5A | 60 | 31 | 6 | 0 | 31 | 3E | 44 | 20 | 1C |
| Octal | 132 | 140 | 61 | 6 | 0 | 61 | 76 | 104 | 40 | 34 |
| Binary | 1011010 | 1100000 | 110001 | 110 | 0 | 110001 | 111110 | 1000100 | 100000 | 11100 |
Color Harmonies of #5A6031
Complementary color
Monochromatic Colors of #5A6031
Black with #5A6031
Text Example
Text Example
White with #5A6031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6031; }
p { color: rgb(90,96,49); }
H1.HeaderClassName
{
color: #5A6031;
}
.AnyTagClassName
{
color: #5A6031;
}
</style>
background-color css
<style>
a { background-color: #5A6031; }
a { background-color: rgb(90,96,49); }
div.DivClassName
{
background-color: #5A6031;
}
.BgClassName
{
background-color: #5A6031;
}
</style>
border-color css
<style>
span { border-color: #5A6031; }
span { border-color: rgb(90,96,49); }
td.TdClassName
{
border-color: #5A6031;
}
.TagClassName
{
border-color: #5A6031;
}
</style>