Shades of Saratoga #535937
Tints of Saratoga #535937
RGB
CMYK
RGB Variations
Color information
#535937 (or 0x535937) is known color: Saratoga. HEX triplet: 53, 59 and 37. RGB value is (83,89,55). Sum of RGB (Red+Green+Blue) = 83+89+55=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 89 - color contains mainly: green. Hex color #535937 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535937 is #ACA6C8. Grayscale: #535353. Windows color (decimal): -11314889 or 3627347. OLE color: 3627347.
HSL color Cylindrical-coordinate representation of color #535937: hue angle of 70.59º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #535937 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 89 | 55 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.65 |
| HSL | 70.59º | 0.24% | 0.28% | - |
| HSV(B) | 70.59º | 0.38% | 0.35% | - |
| XYZ | 7.83 | 9.26 | 4.99 | - |
| YUV | 83.33 | 112.01 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 89 | 55 | 0.07 | 0 | 0.38 | 0.65 | 70.59 | 0.24 | 0.28 |
| Hex | 53 | 59 | 37 | 7 | 0 | 26 | 41 | 47 | 18 | 1C |
| Octal | 123 | 131 | 67 | 7 | 0 | 46 | 101 | 107 | 30 | 34 |
| Binary | 1010011 | 1011001 | 110111 | 111 | 0 | 100110 | 1000001 | 1000111 | 11000 | 11100 |
Color Harmonies of #535937
Complementary color
Monochromatic Colors of #535937
Black with #535937
Text Example
Text Example
White with #535937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535937; }
p { color: rgb(83,89,55); }
H1.HeaderClassName
{
color: #535937;
}
.AnyTagClassName
{
color: #535937;
}
</style>
background-color css
<style>
a { background-color: #535937; }
a { background-color: rgb(83,89,55); }
div.DivClassName
{
background-color: #535937;
}
.BgClassName
{
background-color: #535937;
}
</style>
border-color css
<style>
span { border-color: #535937; }
span { border-color: rgb(83,89,55); }
td.TdClassName
{
border-color: #535937;
}
.TagClassName
{
border-color: #535937;
}
</style>