Shades of Saratoga #525530
Tints of Saratoga #525530
RGB
CMYK
RGB Variations
Color information
#525530 (or 0x525530) is known color: Saratoga. HEX triplet: 52, 55 and 30. RGB value is (82,85,48). Sum of RGB (Red+Green+Blue) = 82+85+48=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 85 - color contains mainly: green. Hex color #525530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525530 is #ADAACF. Grayscale: #505050. Windows color (decimal): -11381456 or 3167570. OLE color: 3167570.
HSL color Cylindrical-coordinate representation of color #525530: hue angle of 64.86º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #525530 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 85 | 48 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.67 |
| HSL | 64.86º | 0.28% | 0.26% | - |
| HSV(B) | 64.86º | 0.44% | 0.33% | - |
| XYZ | 7.26 | 8.5 | 4.06 | - |
| YUV | 79.89 | 110.01 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 48 | 0.04 | 0 | 0.44 | 0.67 | 64.86 | 0.28 | 0.26 |
| Hex | 52 | 55 | 30 | 4 | 0 | 2C | 43 | 41 | 1C | 1A |
| Octal | 122 | 125 | 60 | 4 | 0 | 54 | 103 | 101 | 34 | 32 |
| Binary | 1010010 | 1010101 | 110000 | 100 | 0 | 101100 | 1000011 | 1000001 | 11100 | 11010 |
Color Harmonies of #525530
Complementary color
Monochromatic Colors of #525530
Black with #525530
Text Example
Text Example
White with #525530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525530; }
p { color: rgb(82,85,48); }
H1.HeaderClassName
{
color: #525530;
}
.AnyTagClassName
{
color: #525530;
}
</style>
background-color css
<style>
a { background-color: #525530; }
a { background-color: rgb(82,85,48); }
div.DivClassName
{
background-color: #525530;
}
.BgClassName
{
background-color: #525530;
}
</style>
border-color css
<style>
span { border-color: #525530; }
span { border-color: rgb(82,85,48); }
td.TdClassName
{
border-color: #525530;
}
.TagClassName
{
border-color: #525530;
}
</style>