Shades of Saratoga #575D22
Tints of Saratoga #575D22
RGB
CMYK
RGB Variations
Color information
#575D22 (or 0x575D22) is known color: Saratoga. HEX triplet: 57, 5D and 22. RGB value is (87,93,34). Sum of RGB (Red+Green+Blue) = 87+93+34=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 34 (13.67% from 255 or 15.89% from 214); Max value from RGB is 93 - color contains mainly: green. Hex color #575D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575D22 is #A8A2DD. Grayscale: #545454. Windows color (decimal): -11051742 or 2252119. OLE color: 2252119.
HSL color Cylindrical-coordinate representation of color #575D22: hue angle of 66.1º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #575D22 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 93 | 34 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.64 |
| HSL | 66.1º | 0.46% | 0.25% | - |
| HSV(B) | 66.1º | 0.63% | 0.36% | - |
| XYZ | 8.13 | 9.97 | 3.01 | - |
| YUV | 84.48 | 99.51 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 34 | 0.06 | 0 | 0.63 | 0.64 | 66.1 | 0.46 | 0.25 |
| Hex | 57 | 5D | 22 | 6 | 0 | 3F | 40 | 42 | 2E | 19 |
| Octal | 127 | 135 | 42 | 6 | 0 | 77 | 100 | 102 | 56 | 31 |
| Binary | 1010111 | 1011101 | 100010 | 110 | 0 | 111111 | 1000000 | 1000010 | 101110 | 11001 |
Color Harmonies of #575D22
Complementary color
Monochromatic Colors of #575D22
Black with #575D22
Text Example
Text Example
White with #575D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575D22; }
p { color: rgb(87,93,34); }
H1.HeaderClassName
{
color: #575D22;
}
.AnyTagClassName
{
color: #575D22;
}
</style>
background-color css
<style>
a { background-color: #575D22; }
a { background-color: rgb(87,93,34); }
div.DivClassName
{
background-color: #575D22;
}
.BgClassName
{
background-color: #575D22;
}
</style>
border-color css
<style>
span { border-color: #575D22; }
span { border-color: rgb(87,93,34); }
td.TdClassName
{
border-color: #575D22;
}
.TagClassName
{
border-color: #575D22;
}
</style>