Shades of Saratoga #5B6332
Tints of Saratoga #5B6332
RGB
CMYK
RGB Variations
Color information
#5B6332 (or 0x5B6332) is known color: Saratoga. HEX triplet: 5B, 63 and 32. RGB value is (91,99,50). Sum of RGB (Red+Green+Blue) = 91+99+50=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 99 - color contains mainly: green. Hex color #5B6332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6332 is #A49CCD. Grayscale: #5B5B5B. Windows color (decimal): -10788046 or 3302235. OLE color: 3302235.
HSL color Cylindrical-coordinate representation of color #5B6332: hue angle of 69.8º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B6332 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 91 | 99 | 50 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.61 |
| HSL | 69.8º | 0.33% | 0.29% | - |
| HSV(B) | 69.8º | 0.49% | 0.39% | - |
| XYZ | 9.35 | 11.38 | 4.72 | - |
| YUV | 91.02 | 104.85 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 99 | 50 | 0.08 | 0 | 0.49 | 0.61 | 69.8 | 0.33 | 0.29 |
| Hex | 5B | 63 | 32 | 8 | 0 | 31 | 3D | 46 | 21 | 1D |
| Octal | 133 | 143 | 62 | 10 | 0 | 61 | 75 | 106 | 41 | 35 |
| Binary | 1011011 | 1100011 | 110010 | 1000 | 0 | 110001 | 111101 | 1000110 | 100001 | 11101 |
Color Harmonies of #5B6332
Complementary color
Monochromatic Colors of #5B6332
Black with #5B6332
Text Example
Text Example
White with #5B6332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6332; }
p { color: rgb(91,99,50); }
H1.HeaderClassName
{
color: #5B6332;
}
.AnyTagClassName
{
color: #5B6332;
}
</style>
background-color css
<style>
a { background-color: #5B6332; }
a { background-color: rgb(91,99,50); }
div.DivClassName
{
background-color: #5B6332;
}
.BgClassName
{
background-color: #5B6332;
}
</style>
border-color css
<style>
span { border-color: #5B6332; }
span { border-color: rgb(91,99,50); }
td.TdClassName
{
border-color: #5B6332;
}
.TagClassName
{
border-color: #5B6332;
}
</style>