Shades of Saratoga #575938
Tints of Saratoga #575938
RGB
CMYK
RGB Variations
Color information
#575938 (or 0x575938) is known color: Saratoga. HEX triplet: 57, 59 and 38. RGB value is (87,89,56). Sum of RGB (Red+Green+Blue) = 87+89+56=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 89 - color contains mainly: green. Hex color #575938 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575938 is #A8A6C7. Grayscale: #545454. Windows color (decimal): -11052744 or 3692887. OLE color: 3692887.
HSL color Cylindrical-coordinate representation of color #575938: hue angle of 63.64º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #575938 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 89 | 56 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.65 |
| HSL | 63.64º | 0.23% | 0.28% | - |
| HSV(B) | 63.64º | 0.37% | 0.35% | - |
| XYZ | 8.22 | 9.46 | 5.13 | - |
| YUV | 84.64 | 111.84 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 89 | 56 | 0.02 | 0 | 0.37 | 0.65 | 63.64 | 0.23 | 0.28 |
| Hex | 57 | 59 | 38 | 2 | 0 | 25 | 41 | 40 | 17 | 1C |
| Octal | 127 | 131 | 70 | 2 | 0 | 45 | 101 | 100 | 27 | 34 |
| Binary | 1010111 | 1011001 | 111000 | 10 | 0 | 100101 | 1000001 | 1000000 | 10111 | 11100 |
Color Harmonies of #575938
Complementary color
Monochromatic Colors of #575938
Black with #575938
Text Example
Text Example
White with #575938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575938; }
p { color: rgb(87,89,56); }
H1.HeaderClassName
{
color: #575938;
}
.AnyTagClassName
{
color: #575938;
}
</style>
background-color css
<style>
a { background-color: #575938; }
a { background-color: rgb(87,89,56); }
div.DivClassName
{
background-color: #575938;
}
.BgClassName
{
background-color: #575938;
}
</style>
border-color css
<style>
span { border-color: #575938; }
span { border-color: rgb(87,89,56); }
td.TdClassName
{
border-color: #575938;
}
.TagClassName
{
border-color: #575938;
}
</style>