Shades of Saratoga #505A28
Tints of Saratoga #505A28
RGB
CMYK
RGB Variations
Color information
#505A28 (or 0x505A28) is known color: Saratoga. HEX triplet: 50, 5A and 28. RGB value is (80,90,40). Sum of RGB (Red+Green+Blue) = 80+90+40=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 90 - color contains mainly: green. Hex color #505A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505A28 is #AFA5D7. Grayscale: #515151. Windows color (decimal): -11511256 or 2644560. OLE color: 2644560.
HSL color Cylindrical-coordinate representation of color #505A28: hue angle of 72º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #505A28 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 90 | 40 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.65 |
| HSL | 72º | 0.38% | 0.25% | - |
| HSV(B) | 72º | 0.56% | 0.35% | - |
| XYZ | 7.35 | 9.17 | 3.39 | - |
| YUV | 81.31 | 104.69 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 40 | 0.11 | 0 | 0.56 | 0.65 | 72 | 0.38 | 0.25 |
| Hex | 50 | 5A | 28 | B | 0 | 38 | 41 | 48 | 26 | 19 |
| Octal | 120 | 132 | 50 | 13 | 0 | 70 | 101 | 110 | 46 | 31 |
| Binary | 1010000 | 1011010 | 101000 | 1011 | 0 | 111000 | 1000001 | 1001000 | 100110 | 11001 |
Color Harmonies of #505A28
Complementary color
Monochromatic Colors of #505A28
Black with #505A28
Text Example
Text Example
White with #505A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505A28; }
p { color: rgb(80,90,40); }
H1.HeaderClassName
{
color: #505A28;
}
.AnyTagClassName
{
color: #505A28;
}
</style>
background-color css
<style>
a { background-color: #505A28; }
a { background-color: rgb(80,90,40); }
div.DivClassName
{
background-color: #505A28;
}
.BgClassName
{
background-color: #505A28;
}
</style>
border-color css
<style>
span { border-color: #505A28; }
span { border-color: rgb(80,90,40); }
td.TdClassName
{
border-color: #505A28;
}
.TagClassName
{
border-color: #505A28;
}
</style>