Shades of Saratoga #575A26
Tints of Saratoga #575A26
RGB
CMYK
RGB Variations
Color information
#575A26 (or 0x575A26) is known color: Saratoga. HEX triplet: 57, 5A and 26. RGB value is (87,90,38). Sum of RGB (Red+Green+Blue) = 87+90+38=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 90 - color contains mainly: green. Hex color #575A26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575A26 is #A8A5D9. Grayscale: #535353. Windows color (decimal): -11052506 or 2513495. OLE color: 2513495.
HSL color Cylindrical-coordinate representation of color #575A26: hue angle of 63.46º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #575A26 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 90 | 38 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.65 |
| HSL | 63.46º | 0.41% | 0.25% | - |
| HSV(B) | 63.46º | 0.58% | 0.35% | - |
| XYZ | 7.94 | 9.48 | 3.24 | - |
| YUV | 83.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 38 | 0.03 | 0 | 0.58 | 0.65 | 63.46 | 0.41 | 0.25 |
| Hex | 57 | 5A | 26 | 3 | 0 | 3A | 41 | 3F | 29 | 19 |
| Octal | 127 | 132 | 46 | 3 | 0 | 72 | 101 | 77 | 51 | 31 |
| Binary | 1010111 | 1011010 | 100110 | 11 | 0 | 111010 | 1000001 | 111111 | 101001 | 11001 |
Color Harmonies of #575A26
Complementary color
Monochromatic Colors of #575A26
Black with #575A26
Text Example
Text Example
White with #575A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A26; }
p { color: rgb(87,90,38); }
H1.HeaderClassName
{
color: #575A26;
}
.AnyTagClassName
{
color: #575A26;
}
</style>
background-color css
<style>
a { background-color: #575A26; }
a { background-color: rgb(87,90,38); }
div.DivClassName
{
background-color: #575A26;
}
.BgClassName
{
background-color: #575A26;
}
</style>
border-color css
<style>
span { border-color: #575A26; }
span { border-color: rgb(87,90,38); }
td.TdClassName
{
border-color: #575A26;
}
.TagClassName
{
border-color: #575A26;
}
</style>