Shades of Saratoga #505F23
Tints of Saratoga #505F23
RGB
CMYK
RGB Variations
Color information
#505F23 (or 0x505F23) is known color: Saratoga. HEX triplet: 50, 5F and 23. RGB value is (80,95,35). Sum of RGB (Red+Green+Blue) = 80+95+35=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 95 (37.5% from 255 or 45.24% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 95 - color contains mainly: green. Hex color #505F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505F23 is #AFA0DC. Grayscale: #535353. Windows color (decimal): -11509981 or 2318160. OLE color: 2318160.
HSL color Cylindrical-coordinate representation of color #505F23: hue angle of 75º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #505F23 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 95 | 35 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.63 |
| HSL | 75º | 0.46% | 0.25% | - |
| HSV(B) | 75º | 0.63% | 0.37% | - |
| XYZ | 7.7 | 10.01 | 3.12 | - |
| YUV | 83.68 | 100.53 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 95 | 35 | 0.16 | 0 | 0.63 | 0.63 | 75 | 0.46 | 0.25 |
| Hex | 50 | 5F | 23 | 10 | 0 | 3F | 3F | 4B | 2E | 19 |
| Octal | 120 | 137 | 43 | 20 | 0 | 77 | 77 | 113 | 56 | 31 |
| Binary | 1010000 | 1011111 | 100011 | 10000 | 0 | 111111 | 111111 | 1001011 | 101110 | 11001 |
Color Harmonies of #505F23
Complementary color
Monochromatic Colors of #505F23
Black with #505F23
Text Example
Text Example
White with #505F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505F23; }
p { color: rgb(80,95,35); }
H1.HeaderClassName
{
color: #505F23;
}
.AnyTagClassName
{
color: #505F23;
}
</style>
background-color css
<style>
a { background-color: #505F23; }
a { background-color: rgb(80,95,35); }
div.DivClassName
{
background-color: #505F23;
}
.BgClassName
{
background-color: #505F23;
}
</style>
border-color css
<style>
span { border-color: #505F23; }
span { border-color: rgb(80,95,35); }
td.TdClassName
{
border-color: #505F23;
}
.TagClassName
{
border-color: #505F23;
}
</style>