Shades of Saratoga #515A35
Tints of Saratoga #515A35
RGB
CMYK
RGB Variations
Color information
#515A35 (or 0x515A35) is known color: Saratoga. HEX triplet: 51, 5A and 35. RGB value is (81,90,53). Sum of RGB (Red+Green+Blue) = 81+90+53=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 90 - color contains mainly: green. Hex color #515A35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515A35 is #AEA5CA. Grayscale: #535353. Windows color (decimal): -11445707 or 3496529. OLE color: 3496529.
HSL color Cylindrical-coordinate representation of color #515A35: hue angle of 74.59º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #515A35 is Cyan = 0.1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 90 | 53 | - |
| CMYK | 0.1 | 0 | 0.41 | 0.65 |
| HSL | 74.59º | 0.26% | 0.28% | - |
| HSV(B) | 74.59º | 0.41% | 0.35% | - |
| XYZ | 7.69 | 9.32 | 4.76 | - |
| YUV | 83.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 53 | 0.1 | 0 | 0.41 | 0.65 | 74.59 | 0.26 | 0.28 |
| Hex | 51 | 5A | 35 | A | 0 | 29 | 41 | 4B | 1A | 1C |
| Octal | 121 | 132 | 65 | 12 | 0 | 51 | 101 | 113 | 32 | 34 |
| Binary | 1010001 | 1011010 | 110101 | 1010 | 0 | 101001 | 1000001 | 1001011 | 11010 | 11100 |
Color Harmonies of #515A35
Complementary color
Monochromatic Colors of #515A35
Black with #515A35
Text Example
Text Example
White with #515A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515A35; }
p { color: rgb(81,90,53); }
H1.HeaderClassName
{
color: #515A35;
}
.AnyTagClassName
{
color: #515A35;
}
</style>
background-color css
<style>
a { background-color: #515A35; }
a { background-color: rgb(81,90,53); }
div.DivClassName
{
background-color: #515A35;
}
.BgClassName
{
background-color: #515A35;
}
</style>
border-color css
<style>
span { border-color: #515A35; }
span { border-color: rgb(81,90,53); }
td.TdClassName
{
border-color: #515A35;
}
.TagClassName
{
border-color: #515A35;
}
</style>