Shades of Saratoga #5B6324
Tints of Saratoga #5B6324
RGB
CMYK
RGB Variations
Color information
#5B6324 (or 0x5B6324) is known color: Saratoga. HEX triplet: 5B, 63 and 24. RGB value is (91,99,36). Sum of RGB (Red+Green+Blue) = 91+99+36=226 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.27% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 36 (14.45% from 255 or 15.93% from 226); Max value from RGB is 99 - color contains mainly: green. Hex color #5B6324 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6324 is #A49CDB. Grayscale: #595959. Windows color (decimal): -10788060 or 2384731. OLE color: 2384731.
HSL color Cylindrical-coordinate representation of color #5B6324: hue angle of 67.62º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B6324 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 91 | 99 | 36 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.61 |
| HSL | 67.62º | 0.47% | 0.26% | - |
| HSV(B) | 67.62º | 0.64% | 0.39% | - |
| XYZ | 9.09 | 11.28 | 3.37 | - |
| YUV | 89.43 | 97.85 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 99 | 36 | 0.08 | 0 | 0.64 | 0.61 | 67.62 | 0.47 | 0.26 |
| Hex | 5B | 63 | 24 | 8 | 0 | 40 | 3D | 44 | 2F | 1A |
| Octal | 133 | 143 | 44 | 10 | 0 | 100 | 75 | 104 | 57 | 32 |
| Binary | 1011011 | 1100011 | 100100 | 1000 | 0 | 1000000 | 111101 | 1000100 | 101111 | 11010 |
Color Harmonies of #5B6324
Complementary color
Monochromatic Colors of #5B6324
Black with #5B6324
Text Example
Text Example
White with #5B6324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6324; }
p { color: rgb(91,99,36); }
H1.HeaderClassName
{
color: #5B6324;
}
.AnyTagClassName
{
color: #5B6324;
}
</style>
background-color css
<style>
a { background-color: #5B6324; }
a { background-color: rgb(91,99,36); }
div.DivClassName
{
background-color: #5B6324;
}
.BgClassName
{
background-color: #5B6324;
}
</style>
border-color css
<style>
span { border-color: #5B6324; }
span { border-color: rgb(91,99,36); }
td.TdClassName
{
border-color: #5B6324;
}
.TagClassName
{
border-color: #5B6324;
}
</style>