Shades of Saratoga #505B2C
Tints of Saratoga #505B2C
RGB
CMYK
RGB Variations
Color information
#505B2C (or 0x505B2C) is known color: Saratoga. HEX triplet: 50, 5B and 2C. RGB value is (80,91,44). Sum of RGB (Red+Green+Blue) = 80+91+44=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 91 - color contains mainly: green. Hex color #505B2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505B2C is #AFA4D3. Grayscale: #525252. Windows color (decimal): -11510996 or 2906960. OLE color: 2906960.
HSL color Cylindrical-coordinate representation of color #505B2C: hue angle of 74.04º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #505B2C is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 91 | 44 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.64 |
| HSL | 74.04º | 0.35% | 0.26% | - |
| HSV(B) | 74.04º | 0.52% | 0.36% | - |
| XYZ | 7.5 | 9.37 | 3.8 | - |
| YUV | 82.35 | 106.36 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 91 | 44 | 0.12 | 0 | 0.52 | 0.64 | 74.04 | 0.35 | 0.26 |
| Hex | 50 | 5B | 2C | C | 0 | 34 | 40 | 4A | 23 | 1A |
| Octal | 120 | 133 | 54 | 14 | 0 | 64 | 100 | 112 | 43 | 32 |
| Binary | 1010000 | 1011011 | 101100 | 1100 | 0 | 110100 | 1000000 | 1001010 | 100011 | 11010 |
Color Harmonies of #505B2C
Complementary color
Monochromatic Colors of #505B2C
Black with #505B2C
Text Example
Text Example
White with #505B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505B2C; }
p { color: rgb(80,91,44); }
H1.HeaderClassName
{
color: #505B2C;
}
.AnyTagClassName
{
color: #505B2C;
}
</style>
background-color css
<style>
a { background-color: #505B2C; }
a { background-color: rgb(80,91,44); }
div.DivClassName
{
background-color: #505B2C;
}
.BgClassName
{
background-color: #505B2C;
}
</style>
border-color css
<style>
span { border-color: #505B2C; }
span { border-color: rgb(80,91,44); }
td.TdClassName
{
border-color: #505B2C;
}
.TagClassName
{
border-color: #505B2C;
}
</style>