Shades of Saratoga #535B23
Tints of Saratoga #535B23
RGB
CMYK
RGB Variations
Color information
#535B23 (or 0x535B23) is known color: Saratoga. HEX triplet: 53, 5B and 23. RGB value is (83,91,35). Sum of RGB (Red+Green+Blue) = 83+91+35=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 91 (35.94% from 255 or 43.54% from 209); Blue value is 35 (14.06% from 255 or 16.75% from 209); Max value from RGB is 91 - color contains mainly: green. Hex color #535B23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535B23 is #ACA4DC. Grayscale: #525252. Windows color (decimal): -11314397 or 2317139. OLE color: 2317139.
HSL color Cylindrical-coordinate representation of color #535B23: hue angle of 68.57º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #535B23 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 91 | 35 | - |
| CMYK | 0.09 | 0 | 0.62 | 0.64 |
| HSL | 68.57º | 0.44% | 0.25% | - |
| HSV(B) | 68.57º | 0.62% | 0.36% | - |
| XYZ | 7.61 | 9.44 | 3.01 | - |
| YUV | 82.22 | 101.35 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 35 | 0.09 | 0 | 0.62 | 0.64 | 68.57 | 0.44 | 0.25 |
| Hex | 53 | 5B | 23 | 9 | 0 | 3E | 40 | 45 | 2C | 19 |
| Octal | 123 | 133 | 43 | 11 | 0 | 76 | 100 | 105 | 54 | 31 |
| Binary | 1010011 | 1011011 | 100011 | 1001 | 0 | 111110 | 1000000 | 1000101 | 101100 | 11001 |
Color Harmonies of #535B23
Complementary color
Monochromatic Colors of #535B23
Black with #535B23
Text Example
Text Example
White with #535B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535B23; }
p { color: rgb(83,91,35); }
H1.HeaderClassName
{
color: #535B23;
}
.AnyTagClassName
{
color: #535B23;
}
</style>
background-color css
<style>
a { background-color: #535B23; }
a { background-color: rgb(83,91,35); }
div.DivClassName
{
background-color: #535B23;
}
.BgClassName
{
background-color: #535B23;
}
</style>
border-color css
<style>
span { border-color: #535B23; }
span { border-color: rgb(83,91,35); }
td.TdClassName
{
border-color: #535B23;
}
.TagClassName
{
border-color: #535B23;
}
</style>