Shades of Saratoga #505D26
Tints of Saratoga #505D26
RGB
CMYK
RGB Variations
Color information
#505D26 (or 0x505D26) is known color: Saratoga. HEX triplet: 50, 5D and 26. RGB value is (80,93,38). Sum of RGB (Red+Green+Blue) = 80+93+38=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 93 - color contains mainly: green. Hex color #505D26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505D26 is #AFA2D9. Grayscale: #535353. Windows color (decimal): -11510490 or 2514256. OLE color: 2514256.
HSL color Cylindrical-coordinate representation of color #505D26: hue angle of 74.18º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #505D26 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 93 | 38 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.64 |
| HSL | 74.18º | 0.42% | 0.26% | - |
| HSV(B) | 74.18º | 0.59% | 0.36% | - |
| XYZ | 7.57 | 9.67 | 3.3 | - |
| YUV | 82.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 93 | 38 | 0.14 | 0 | 0.59 | 0.64 | 74.18 | 0.42 | 0.26 |
| Hex | 50 | 5D | 26 | E | 0 | 3B | 40 | 4A | 2A | 1A |
| Octal | 120 | 135 | 46 | 16 | 0 | 73 | 100 | 112 | 52 | 32 |
| Binary | 1010000 | 1011101 | 100110 | 1110 | 0 | 111011 | 1000000 | 1001010 | 101010 | 11010 |
Color Harmonies of #505D26
Complementary color
Monochromatic Colors of #505D26
Black with #505D26
Text Example
Text Example
White with #505D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505D26; }
p { color: rgb(80,93,38); }
H1.HeaderClassName
{
color: #505D26;
}
.AnyTagClassName
{
color: #505D26;
}
</style>
background-color css
<style>
a { background-color: #505D26; }
a { background-color: rgb(80,93,38); }
div.DivClassName
{
background-color: #505D26;
}
.BgClassName
{
background-color: #505D26;
}
</style>
border-color css
<style>
span { border-color: #505D26; }
span { border-color: rgb(80,93,38); }
td.TdClassName
{
border-color: #505D26;
}
.TagClassName
{
border-color: #505D26;
}
</style>