Shades of Saratoga #57582A
Tints of Saratoga #57582A
RGB
CMYK
RGB Variations
Color information
#57582A (or 0x57582A) is known color: Saratoga. HEX triplet: 57, 58 and 2A. RGB value is (87,88,42). Sum of RGB (Red+Green+Blue) = 87+88+42=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 88 - color contains mainly: green. Hex color #57582A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57582A is #A8A7D5. Grayscale: #525252. Windows color (decimal): -11053014 or 2775127. OLE color: 2775127.
HSL color Cylindrical-coordinate representation of color #57582A: hue angle of 61.3º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57582A is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 88 | 42 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.65 |
| HSL | 61.3º | 0.35% | 0.25% | - |
| HSV(B) | 61.3º | 0.52% | 0.35% | - |
| XYZ | 7.84 | 9.17 | 3.55 | - |
| YUV | 82.46 | 105.17 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 42 | 0.01 | 0 | 0.52 | 0.65 | 61.3 | 0.35 | 0.25 |
| Hex | 57 | 58 | 2A | 1 | 0 | 34 | 41 | 3D | 23 | 19 |
| Octal | 127 | 130 | 52 | 1 | 0 | 64 | 101 | 75 | 43 | 31 |
| Binary | 1010111 | 1011000 | 101010 | 1 | 0 | 110100 | 1000001 | 111101 | 100011 | 11001 |
Color Harmonies of #57582A
Complementary color
Monochromatic Colors of #57582A
Black with #57582A
Text Example
Text Example
White with #57582A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57582A; }
p { color: rgb(87,88,42); }
H1.HeaderClassName
{
color: #57582A;
}
.AnyTagClassName
{
color: #57582A;
}
</style>
background-color css
<style>
a { background-color: #57582A; }
a { background-color: rgb(87,88,42); }
div.DivClassName
{
background-color: #57582A;
}
.BgClassName
{
background-color: #57582A;
}
</style>
border-color css
<style>
span { border-color: #57582A; }
span { border-color: rgb(87,88,42); }
td.TdClassName
{
border-color: #57582A;
}
.TagClassName
{
border-color: #57582A;
}
</style>