Shades of Saratoga #5A6021
Tints of Saratoga #5A6021
RGB
CMYK
RGB Variations
Color information
#5A6021 (or 0x5A6021) is known color: Saratoga. HEX triplet: 5A, 60 and 21. RGB value is (90,96,33). Sum of RGB (Red+Green+Blue) = 90+96+33=219 (29% of max value = 765). Red value is 90 (35.55% from 255 or 41.10% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6021 is #A59FDE. Grayscale: #575757. Windows color (decimal): -10854367 or 2187354. OLE color: 2187354.
HSL color Cylindrical-coordinate representation of color #5A6021: hue angle of 65.71º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A6021 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 96 | 33 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.62 |
| HSL | 65.71º | 0.49% | 0.25% | - |
| HSV(B) | 65.71º | 0.66% | 0.38% | - |
| XYZ | 8.67 | 10.65 | 3.04 | - |
| YUV | 87.02 | 97.51 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 33 | 0.06 | 0 | 0.66 | 0.62 | 65.71 | 0.49 | 0.25 |
| Hex | 5A | 60 | 21 | 6 | 0 | 42 | 3E | 42 | 31 | 19 |
| Octal | 132 | 140 | 41 | 6 | 0 | 102 | 76 | 102 | 61 | 31 |
| Binary | 1011010 | 1100000 | 100001 | 110 | 0 | 1000010 | 111110 | 1000010 | 110001 | 11001 |
Color Harmonies of #5A6021
Complementary color
Monochromatic Colors of #5A6021
Black with #5A6021
Text Example
Text Example
White with #5A6021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6021; }
p { color: rgb(90,96,33); }
H1.HeaderClassName
{
color: #5A6021;
}
.AnyTagClassName
{
color: #5A6021;
}
</style>
background-color css
<style>
a { background-color: #5A6021; }
a { background-color: rgb(90,96,33); }
div.DivClassName
{
background-color: #5A6021;
}
.BgClassName
{
background-color: #5A6021;
}
</style>
border-color css
<style>
span { border-color: #5A6021; }
span { border-color: rgb(90,96,33); }
td.TdClassName
{
border-color: #5A6021;
}
.TagClassName
{
border-color: #5A6021;
}
</style>