Shades of Saratoga #575A21
Tints of Saratoga #575A21
RGB
CMYK
RGB Variations
Color information
#575A21 (or 0x575A21) is known color: Saratoga. HEX triplet: 57, 5A and 21. RGB value is (87,90,33). Sum of RGB (Red+Green+Blue) = 87+90+33=210 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.43% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 90 - color contains mainly: green. Hex color #575A21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575A21 is #A8A5DE. Grayscale: #525252. Windows color (decimal): -11052511 or 2185815. OLE color: 2185815.
HSL color Cylindrical-coordinate representation of color #575A21: hue angle of 63.16º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #575A21 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 90 | 33 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.65 |
| HSL | 63.16º | 0.46% | 0.24% | - |
| HSV(B) | 63.16º | 0.63% | 0.35% | - |
| XYZ | 7.86 | 9.45 | 2.85 | - |
| YUV | 82.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 33 | 0.03 | 0 | 0.63 | 0.65 | 63.16 | 0.46 | 0.24 |
| Hex | 57 | 5A | 21 | 3 | 0 | 3F | 41 | 3F | 2E | 18 |
| Octal | 127 | 132 | 41 | 3 | 0 | 77 | 101 | 77 | 56 | 30 |
| Binary | 1010111 | 1011010 | 100001 | 11 | 0 | 111111 | 1000001 | 111111 | 101110 | 11000 |
Color Harmonies of #575A21
Complementary color
Monochromatic Colors of #575A21
Black with #575A21
Text Example
Text Example
White with #575A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A21; }
p { color: rgb(87,90,33); }
H1.HeaderClassName
{
color: #575A21;
}
.AnyTagClassName
{
color: #575A21;
}
</style>
background-color css
<style>
a { background-color: #575A21; }
a { background-color: rgb(87,90,33); }
div.DivClassName
{
background-color: #575A21;
}
.BgClassName
{
background-color: #575A21;
}
</style>
border-color css
<style>
span { border-color: #575A21; }
span { border-color: rgb(87,90,33); }
td.TdClassName
{
border-color: #575A21;
}
.TagClassName
{
border-color: #575A21;
}
</style>