Shades of Saratoga #535526
Tints of Saratoga #535526
RGB
CMYK
RGB Variations
Color information
#535526 (or 0x535526) is known color: Saratoga. HEX triplet: 53, 55 and 26. RGB value is (83,85,38). Sum of RGB (Red+Green+Blue) = 83+85+38=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 85 - color contains mainly: green. Hex color #535526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535526 is #ACAAD9. Grayscale: #4F4F4F. Windows color (decimal): -11315930 or 2512211. OLE color: 2512211.
HSL color Cylindrical-coordinate representation of color #535526: hue angle of 62.55º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #535526 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 85 | 38 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.67 |
| HSL | 62.55º | 0.38% | 0.24% | - |
| HSV(B) | 62.55º | 0.55% | 0.33% | - |
| XYZ | 7.17 | 8.48 | 3.09 | - |
| YUV | 79.04 | 104.84 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 38 | 0.02 | 0 | 0.55 | 0.67 | 62.55 | 0.38 | 0.24 |
| Hex | 53 | 55 | 26 | 2 | 0 | 37 | 43 | 3F | 26 | 18 |
| Octal | 123 | 125 | 46 | 2 | 0 | 67 | 103 | 77 | 46 | 30 |
| Binary | 1010011 | 1010101 | 100110 | 10 | 0 | 110111 | 1000011 | 111111 | 100110 | 11000 |
Color Harmonies of #535526
Complementary color
Monochromatic Colors of #535526
Black with #535526
Text Example
Text Example
White with #535526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535526; }
p { color: rgb(83,85,38); }
H1.HeaderClassName
{
color: #535526;
}
.AnyTagClassName
{
color: #535526;
}
</style>
background-color css
<style>
a { background-color: #535526; }
a { background-color: rgb(83,85,38); }
div.DivClassName
{
background-color: #535526;
}
.BgClassName
{
background-color: #535526;
}
</style>
border-color css
<style>
span { border-color: #535526; }
span { border-color: rgb(83,85,38); }
td.TdClassName
{
border-color: #535526;
}
.TagClassName
{
border-color: #535526;
}
</style>