Shades of Saratoga #575A20
Tints of Saratoga #575A20
RGB
CMYK
RGB Variations
Color information
#575A20 (or 0x575A20) is known color: Saratoga. HEX triplet: 57, 5A and 20. RGB value is (87,90,32). Sum of RGB (Red+Green+Blue) = 87+90+32=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 90 - color contains mainly: green. Hex color #575A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575A20 is #A8A5DF. Grayscale: #525252. Windows color (decimal): -11052512 or 2120279. OLE color: 2120279.
HSL color Cylindrical-coordinate representation of color #575A20: hue angle of 63.1º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #575A20 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 90 | 32 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.65 |
| HSL | 63.1º | 0.48% | 0.24% | - |
| HSV(B) | 63.1º | 0.64% | 0.35% | - |
| XYZ | 7.85 | 9.44 | 2.78 | - |
| YUV | 82.49 | 99.51 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 32 | 0.03 | 0 | 0.64 | 0.65 | 63.1 | 0.48 | 0.24 |
| Hex | 57 | 5A | 20 | 3 | 0 | 40 | 41 | 3F | 30 | 18 |
| Octal | 127 | 132 | 40 | 3 | 0 | 100 | 101 | 77 | 60 | 30 |
| Binary | 1010111 | 1011010 | 100000 | 11 | 0 | 1000000 | 1000001 | 111111 | 110000 | 11000 |
Color Harmonies of #575A20
Complementary color
Monochromatic Colors of #575A20
Black with #575A20
Text Example
Text Example
White with #575A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A20; }
p { color: rgb(87,90,32); }
H1.HeaderClassName
{
color: #575A20;
}
.AnyTagClassName
{
color: #575A20;
}
</style>
background-color css
<style>
a { background-color: #575A20; }
a { background-color: rgb(87,90,32); }
div.DivClassName
{
background-color: #575A20;
}
.BgClassName
{
background-color: #575A20;
}
</style>
border-color css
<style>
span { border-color: #575A20; }
span { border-color: rgb(87,90,32); }
td.TdClassName
{
border-color: #575A20;
}
.TagClassName
{
border-color: #575A20;
}
</style>