Shades of Saratoga #505928
Tints of Saratoga #505928
RGB
CMYK
RGB Variations
Color information
#505928 (or 0x505928) is known color: Saratoga. HEX triplet: 50, 59 and 28. RGB value is (80,89,40). Sum of RGB (Red+Green+Blue) = 80+89+40=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 89 - color contains mainly: green. Hex color #505928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505928 is #AFA6D7. Grayscale: #505050. Windows color (decimal): -11511512 or 2644304. OLE color: 2644304.
HSL color Cylindrical-coordinate representation of color #505928: hue angle of 71.02º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #505928 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 89 | 40 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.65 |
| HSL | 71.02º | 0.38% | 0.25% | - |
| HSV(B) | 71.02º | 0.55% | 0.35% | - |
| XYZ | 7.26 | 9 | 3.36 | - |
| YUV | 80.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 89 | 40 | 0.10 | 0 | 0.55 | 0.65 | 71.02 | 0.38 | 0.25 |
| Hex | 50 | 59 | 28 | A | 0 | 37 | 41 | 47 | 26 | 19 |
| Octal | 120 | 131 | 50 | 12 | 0 | 67 | 101 | 107 | 46 | 31 |
| Binary | 1010000 | 1011001 | 101000 | 1010 | 0 | 110111 | 1000001 | 1000111 | 100110 | 11001 |
Color Harmonies of #505928
Complementary color
Monochromatic Colors of #505928
Black with #505928
Text Example
Text Example
White with #505928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505928; }
p { color: rgb(80,89,40); }
H1.HeaderClassName
{
color: #505928;
}
.AnyTagClassName
{
color: #505928;
}
</style>
background-color css
<style>
a { background-color: #505928; }
a { background-color: rgb(80,89,40); }
div.DivClassName
{
background-color: #505928;
}
.BgClassName
{
background-color: #505928;
}
</style>
border-color css
<style>
span { border-color: #505928; }
span { border-color: rgb(80,89,40); }
td.TdClassName
{
border-color: #505928;
}
.TagClassName
{
border-color: #505928;
}
</style>