Shades of Saratoga #515531
Tints of Saratoga #515531
RGB
CMYK
RGB Variations
Color information
#515531 (or 0x515531) is known color: Saratoga. HEX triplet: 51, 55 and 31. RGB value is (81,85,49). Sum of RGB (Red+Green+Blue) = 81+85+49=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 85 - color contains mainly: green. Hex color #515531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515531 is #AEAACE. Grayscale: #4F4F4F. Windows color (decimal): -11446991 or 3233105. OLE color: 3233105.
HSL color Cylindrical-coordinate representation of color #515531: hue angle of 66.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #515531 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 85 | 49 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.67 |
| HSL | 66.67º | 0.27% | 0.26% | - |
| HSV(B) | 66.67º | 0.42% | 0.33% | - |
| XYZ | 7.2 | 8.47 | 4.16 | - |
| YUV | 79.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 85 | 49 | 0.05 | 0 | 0.42 | 0.67 | 66.67 | 0.27 | 0.26 |
| Hex | 51 | 55 | 31 | 5 | 0 | 2A | 43 | 43 | 1B | 1A |
| Octal | 121 | 125 | 61 | 5 | 0 | 52 | 103 | 103 | 33 | 32 |
| Binary | 1010001 | 1010101 | 110001 | 101 | 0 | 101010 | 1000011 | 1000011 | 11011 | 11010 |
Color Harmonies of #515531
Complementary color
Monochromatic Colors of #515531
Black with #515531
Text Example
Text Example
White with #515531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515531; }
p { color: rgb(81,85,49); }
H1.HeaderClassName
{
color: #515531;
}
.AnyTagClassName
{
color: #515531;
}
</style>
background-color css
<style>
a { background-color: #515531; }
a { background-color: rgb(81,85,49); }
div.DivClassName
{
background-color: #515531;
}
.BgClassName
{
background-color: #515531;
}
</style>
border-color css
<style>
span { border-color: #515531; }
span { border-color: rgb(81,85,49); }
td.TdClassName
{
border-color: #515531;
}
.TagClassName
{
border-color: #515531;
}
</style>