Shades of Saratoga #575B26
Tints of Saratoga #575B26
RGB
CMYK
RGB Variations
Color information
#575B26 (or 0x575B26) is known color: Saratoga. HEX triplet: 57, 5B and 26. RGB value is (87,91,38). Sum of RGB (Red+Green+Blue) = 87+91+38=216 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.28% from 216); Green value is 91 (35.94% from 255 or 42.13% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 91 - color contains mainly: green. Hex color #575B26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575B26 is #A8A4D9. Grayscale: #535353. Windows color (decimal): -11052250 or 2513751. OLE color: 2513751.
HSL color Cylindrical-coordinate representation of color #575B26: hue angle of 64.53º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #575B26 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 91 | 38 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.64 |
| HSL | 64.53º | 0.41% | 0.25% | - |
| HSV(B) | 64.53º | 0.58% | 0.36% | - |
| XYZ | 8.02 | 9.65 | 3.27 | - |
| YUV | 83.76 | 102.17 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 38 | 0.04 | 0 | 0.58 | 0.64 | 64.53 | 0.41 | 0.25 |
| Hex | 57 | 5B | 26 | 4 | 0 | 3A | 40 | 41 | 29 | 19 |
| Octal | 127 | 133 | 46 | 4 | 0 | 72 | 100 | 101 | 51 | 31 |
| Binary | 1010111 | 1011011 | 100110 | 100 | 0 | 111010 | 1000000 | 1000001 | 101001 | 11001 |
Color Harmonies of #575B26
Complementary color
Monochromatic Colors of #575B26
Black with #575B26
Text Example
Text Example
White with #575B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575B26; }
p { color: rgb(87,91,38); }
H1.HeaderClassName
{
color: #575B26;
}
.AnyTagClassName
{
color: #575B26;
}
</style>
background-color css
<style>
a { background-color: #575B26; }
a { background-color: rgb(87,91,38); }
div.DivClassName
{
background-color: #575B26;
}
.BgClassName
{
background-color: #575B26;
}
</style>
border-color css
<style>
span { border-color: #575B26; }
span { border-color: rgb(87,91,38); }
td.TdClassName
{
border-color: #575B26;
}
.TagClassName
{
border-color: #575B26;
}
</style>