Shades of Saratoga #535934
Tints of Saratoga #535934
RGB
CMYK
RGB Variations
Color information
#535934 (or 0x535934) is known color: Saratoga. HEX triplet: 53, 59 and 34. RGB value is (83,89,52). Sum of RGB (Red+Green+Blue) = 83+89+52=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 52 (20.70% from 255 or 23.21% from 224); Max value from RGB is 89 - color contains mainly: green. Hex color #535934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535934 is #ACA6CB. Grayscale: #535353. Windows color (decimal): -11314892 or 3430739. OLE color: 3430739.
HSL color Cylindrical-coordinate representation of color #535934: hue angle of 69.73º degrees, saturation: 0.26, 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 #535934 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 89 | 52 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.65 |
| HSL | 69.73º | 0.26% | 0.28% | - |
| HSV(B) | 69.73º | 0.42% | 0.35% | - |
| XYZ | 7.76 | 9.23 | 4.62 | - |
| YUV | 82.99 | 110.51 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 89 | 52 | 0.07 | 0 | 0.42 | 0.65 | 69.73 | 0.26 | 0.28 |
| Hex | 53 | 59 | 34 | 7 | 0 | 2A | 41 | 46 | 1A | 1C |
| Octal | 123 | 131 | 64 | 7 | 0 | 52 | 101 | 106 | 32 | 34 |
| Binary | 1010011 | 1011001 | 110100 | 111 | 0 | 101010 | 1000001 | 1000110 | 11010 | 11100 |
Color Harmonies of #535934
Complementary color
Monochromatic Colors of #535934
Black with #535934
Text Example
Text Example
White with #535934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535934; }
p { color: rgb(83,89,52); }
H1.HeaderClassName
{
color: #535934;
}
.AnyTagClassName
{
color: #535934;
}
</style>
background-color css
<style>
a { background-color: #535934; }
a { background-color: rgb(83,89,52); }
div.DivClassName
{
background-color: #535934;
}
.BgClassName
{
background-color: #535934;
}
</style>
border-color css
<style>
span { border-color: #535934; }
span { border-color: rgb(83,89,52); }
td.TdClassName
{
border-color: #535934;
}
.TagClassName
{
border-color: #535934;
}
</style>