Shades of Saratoga #575D25
Tints of Saratoga #575D25
RGB
CMYK
RGB Variations
Color information
#575D25 (or 0x575D25) is known color: Saratoga. HEX triplet: 57, 5D and 25. RGB value is (87,93,37). Sum of RGB (Red+Green+Blue) = 87+93+37=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 93 - color contains mainly: green. Hex color #575D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575D25 is #A8A2DA. Grayscale: #555555. Windows color (decimal): -11051739 or 2448727. OLE color: 2448727.
HSL color Cylindrical-coordinate representation of color #575D25: hue angle of 66.43º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #575D25 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 93 | 37 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.64 |
| HSL | 66.43º | 0.43% | 0.25% | - |
| HSV(B) | 66.43º | 0.6% | 0.36% | - |
| XYZ | 8.18 | 9.99 | 3.25 | - |
| YUV | 84.82 | 101.01 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 37 | 0.06 | 0 | 0.60 | 0.64 | 66.43 | 0.43 | 0.25 |
| Hex | 57 | 5D | 25 | 6 | 0 | 3C | 40 | 42 | 2B | 19 |
| Octal | 127 | 135 | 45 | 6 | 0 | 74 | 100 | 102 | 53 | 31 |
| Binary | 1010111 | 1011101 | 100101 | 110 | 0 | 111100 | 1000000 | 1000010 | 101011 | 11001 |
Color Harmonies of #575D25
Complementary color
Monochromatic Colors of #575D25
Black with #575D25
Text Example
Text Example
White with #575D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575D25; }
p { color: rgb(87,93,37); }
H1.HeaderClassName
{
color: #575D25;
}
.AnyTagClassName
{
color: #575D25;
}
</style>
background-color css
<style>
a { background-color: #575D25; }
a { background-color: rgb(87,93,37); }
div.DivClassName
{
background-color: #575D25;
}
.BgClassName
{
background-color: #575D25;
}
</style>
border-color css
<style>
span { border-color: #575D25; }
span { border-color: rgb(87,93,37); }
td.TdClassName
{
border-color: #575D25;
}
.TagClassName
{
border-color: #575D25;
}
</style>