Shades of Saratoga #535A34
Tints of Saratoga #535A34
RGB
CMYK
RGB Variations
Color information
#535A34 (or 0x535A34) is known color: Saratoga. HEX triplet: 53, 5A and 34. RGB value is (83,90,52). Sum of RGB (Red+Green+Blue) = 83+90+52=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 90 - color contains mainly: green. Hex color #535A34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535A34 is #ACA5CB. Grayscale: #535353. Windows color (decimal): -11314636 or 3430995. OLE color: 3430995.
HSL color Cylindrical-coordinate representation of color #535A34: hue angle of 71.05º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #535A34 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 90 | 52 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.65 |
| HSL | 71.05º | 0.27% | 0.28% | - |
| HSV(B) | 71.05º | 0.42% | 0.35% | - |
| XYZ | 7.84 | 9.4 | 4.65 | - |
| YUV | 83.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 52 | 0.08 | 0 | 0.42 | 0.65 | 71.05 | 0.27 | 0.28 |
| Hex | 53 | 5A | 34 | 8 | 0 | 2A | 41 | 47 | 1B | 1C |
| Octal | 123 | 132 | 64 | 10 | 0 | 52 | 101 | 107 | 33 | 34 |
| Binary | 1010011 | 1011010 | 110100 | 1000 | 0 | 101010 | 1000001 | 1000111 | 11011 | 11100 |
Color Harmonies of #535A34
Complementary color
Monochromatic Colors of #535A34
Black with #535A34
Text Example
Text Example
White with #535A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535A34; }
p { color: rgb(83,90,52); }
H1.HeaderClassName
{
color: #535A34;
}
.AnyTagClassName
{
color: #535A34;
}
</style>
background-color css
<style>
a { background-color: #535A34; }
a { background-color: rgb(83,90,52); }
div.DivClassName
{
background-color: #535A34;
}
.BgClassName
{
background-color: #535A34;
}
</style>
border-color css
<style>
span { border-color: #535A34; }
span { border-color: rgb(83,90,52); }
td.TdClassName
{
border-color: #535A34;
}
.TagClassName
{
border-color: #535A34;
}
</style>