Shades of Saratoga #535736
Tints of Saratoga #535736
RGB
CMYK
RGB Variations
Color information
#535736 (or 0x535736) is known color: Saratoga. HEX triplet: 53, 57 and 36. RGB value is (83,87,54). Sum of RGB (Red+Green+Blue) = 83+87+54=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 87 - color contains mainly: green. Hex color #535736 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535736 is #ACA8C9. Grayscale: #525252. Windows color (decimal): -11315402 or 3561299. OLE color: 3561299.
HSL color Cylindrical-coordinate representation of color #535736: hue angle of 67.27º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #535736 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 87 | 54 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.66 |
| HSL | 67.27º | 0.23% | 0.28% | - |
| HSV(B) | 67.27º | 0.38% | 0.34% | - |
| XYZ | 7.64 | 8.92 | 4.81 | - |
| YUV | 82.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 87 | 54 | 0.05 | 0 | 0.38 | 0.66 | 67.27 | 0.23 | 0.28 |
| Hex | 53 | 57 | 36 | 5 | 0 | 26 | 42 | 43 | 17 | 1C |
| Octal | 123 | 127 | 66 | 5 | 0 | 46 | 102 | 103 | 27 | 34 |
| Binary | 1010011 | 1010111 | 110110 | 101 | 0 | 100110 | 1000010 | 1000011 | 10111 | 11100 |
Color Harmonies of #535736
Complementary color
Monochromatic Colors of #535736
Black with #535736
Text Example
Text Example
White with #535736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535736; }
p { color: rgb(83,87,54); }
H1.HeaderClassName
{
color: #535736;
}
.AnyTagClassName
{
color: #535736;
}
</style>
background-color css
<style>
a { background-color: #535736; }
a { background-color: rgb(83,87,54); }
div.DivClassName
{
background-color: #535736;
}
.BgClassName
{
background-color: #535736;
}
</style>
border-color css
<style>
span { border-color: #535736; }
span { border-color: rgb(83,87,54); }
td.TdClassName
{
border-color: #535736;
}
.TagClassName
{
border-color: #535736;
}
</style>