Shades of Saratoga #5B6335
Tints of Saratoga #5B6335
RGB
CMYK
RGB Variations
Color information
#5B6335 (or 0x5B6335) is known color: Saratoga. HEX triplet: 5B, 63 and 35. RGB value is (91,99,53). Sum of RGB (Red+Green+Blue) = 91+99+53=243 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.45% from 243); Green value is 99 (39.06% from 255 or 40.74% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 99 - color contains mainly: green. Hex color #5B6335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6335 is #A49CCA. Grayscale: #5B5B5B. Windows color (decimal): -10788043 or 3498843. OLE color: 3498843.
HSL color Cylindrical-coordinate representation of color #5B6335: hue angle of 70.43º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B6335 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 91 | 99 | 53 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.61 |
| HSL | 70.43º | 0.3% | 0.3% | - |
| HSV(B) | 70.43º | 0.46% | 0.39% | - |
| XYZ | 9.42 | 11.4 | 5.07 | - |
| YUV | 91.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 99 | 53 | 0.08 | 0 | 0.46 | 0.61 | 70.43 | 0.3 | 0.3 |
| Hex | 5B | 63 | 35 | 8 | 0 | 2E | 3D | 46 | 1E | 1E |
| Octal | 133 | 143 | 65 | 10 | 0 | 56 | 75 | 106 | 36 | 36 |
| Binary | 1011011 | 1100011 | 110101 | 1000 | 0 | 101110 | 111101 | 1000110 | 11110 | 11110 |
Color Harmonies of #5B6335
Complementary color
Monochromatic Colors of #5B6335
Black with #5B6335
Text Example
Text Example
White with #5B6335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6335; }
p { color: rgb(91,99,53); }
H1.HeaderClassName
{
color: #5B6335;
}
.AnyTagClassName
{
color: #5B6335;
}
</style>
background-color css
<style>
a { background-color: #5B6335; }
a { background-color: rgb(91,99,53); }
div.DivClassName
{
background-color: #5B6335;
}
.BgClassName
{
background-color: #5B6335;
}
</style>
border-color css
<style>
span { border-color: #5B6335; }
span { border-color: rgb(91,99,53); }
td.TdClassName
{
border-color: #5B6335;
}
.TagClassName
{
border-color: #5B6335;
}
</style>