Shades of Saratoga #535F33
Tints of Saratoga #535F33
RGB
CMYK
RGB Variations
Color information
#535F33 (or 0x535F33) is known color: Saratoga. HEX triplet: 53, 5F and 33. RGB value is (83,95,51). Sum of RGB (Red+Green+Blue) = 83+95+51=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 95 (37.5% from 255 or 41.48% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 95 - color contains mainly: green. Hex color #535F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535F33 is #ACA0CC. Grayscale: #565656. Windows color (decimal): -11313357 or 3366739. OLE color: 3366739.
HSL color Cylindrical-coordinate representation of color #535F33: hue angle of 76.36º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #535F33 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 83 | 95 | 51 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.63 |
| HSL | 76.36º | 0.3% | 0.29% | - |
| HSV(B) | 76.36º | 0.46% | 0.37% | - |
| XYZ | 8.26 | 10.26 | 4.68 | - |
| YUV | 86.4 | 108.02 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 95 | 51 | 0.13 | 0 | 0.46 | 0.63 | 76.36 | 0.3 | 0.29 |
| Hex | 53 | 5F | 33 | D | 0 | 2E | 3F | 4C | 1E | 1D |
| Octal | 123 | 137 | 63 | 15 | 0 | 56 | 77 | 114 | 36 | 35 |
| Binary | 1010011 | 1011111 | 110011 | 1101 | 0 | 101110 | 111111 | 1001100 | 11110 | 11101 |
Color Harmonies of #535F33
Complementary color
Monochromatic Colors of #535F33
Black with #535F33
Text Example
Text Example
White with #535F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535F33; }
p { color: rgb(83,95,51); }
H1.HeaderClassName
{
color: #535F33;
}
.AnyTagClassName
{
color: #535F33;
}
</style>
background-color css
<style>
a { background-color: #535F33; }
a { background-color: rgb(83,95,51); }
div.DivClassName
{
background-color: #535F33;
}
.BgClassName
{
background-color: #535F33;
}
</style>
border-color css
<style>
span { border-color: #535F33; }
span { border-color: rgb(83,95,51); }
td.TdClassName
{
border-color: #535F33;
}
.TagClassName
{
border-color: #535F33;
}
</style>