Shades of Saratoga #535836
Tints of Saratoga #535836
RGB
CMYK
RGB Variations
Color information
#535836 (or 0x535836) is known color: Saratoga. HEX triplet: 53, 58 and 36. RGB value is (83,88,54). Sum of RGB (Red+Green+Blue) = 83+88+54=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 54 (21.48% from 255 or 24% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #535836 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535836 is #ACA7C9. Grayscale: #525252. Windows color (decimal): -11315146 or 3561555. OLE color: 3561555.
HSL color Cylindrical-coordinate representation of color #535836: hue angle of 68.82º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #535836 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 88 | 54 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.65 |
| HSL | 68.82º | 0.24% | 0.28% | - |
| HSV(B) | 68.82º | 0.39% | 0.35% | - |
| XYZ | 7.72 | 9.08 | 4.84 | - |
| YUV | 82.63 | 111.84 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 54 | 0.06 | 0 | 0.39 | 0.65 | 68.82 | 0.24 | 0.28 |
| Hex | 53 | 58 | 36 | 6 | 0 | 27 | 41 | 45 | 18 | 1C |
| Octal | 123 | 130 | 66 | 6 | 0 | 47 | 101 | 105 | 30 | 34 |
| Binary | 1010011 | 1011000 | 110110 | 110 | 0 | 100111 | 1000001 | 1000101 | 11000 | 11100 |
Color Harmonies of #535836
Complementary color
Monochromatic Colors of #535836
Black with #535836
Text Example
Text Example
White with #535836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535836; }
p { color: rgb(83,88,54); }
H1.HeaderClassName
{
color: #535836;
}
.AnyTagClassName
{
color: #535836;
}
</style>
background-color css
<style>
a { background-color: #535836; }
a { background-color: rgb(83,88,54); }
div.DivClassName
{
background-color: #535836;
}
.BgClassName
{
background-color: #535836;
}
</style>
border-color css
<style>
span { border-color: #535836; }
span { border-color: rgb(83,88,54); }
td.TdClassName
{
border-color: #535836;
}
.TagClassName
{
border-color: #535836;
}
</style>