Shades of Saratoga #5B6224
Tints of Saratoga #5B6224
RGB
CMYK
RGB Variations
Color information
#5B6224 (or 0x5B6224) is known color: Saratoga. HEX triplet: 5B, 62 and 24. RGB value is (91,98,36). Sum of RGB (Red+Green+Blue) = 91+98+36=225 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.44% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 98 - color contains mainly: green. Hex color #5B6224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6224 is #A49DDB. Grayscale: #595959. Windows color (decimal): -10788316 or 2384475. OLE color: 2384475.
HSL color Cylindrical-coordinate representation of color #5B6224: hue angle of 66.77º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B6224 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 98 | 36 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.62 |
| HSL | 66.77º | 0.46% | 0.26% | - |
| HSV(B) | 66.77º | 0.63% | 0.38% | - |
| XYZ | 9 | 11.09 | 3.33 | - |
| YUV | 88.84 | 98.18 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 98 | 36 | 0.07 | 0 | 0.63 | 0.62 | 66.77 | 0.46 | 0.26 |
| Hex | 5B | 62 | 24 | 7 | 0 | 3F | 3E | 43 | 2E | 1A |
| Octal | 133 | 142 | 44 | 7 | 0 | 77 | 76 | 103 | 56 | 32 |
| Binary | 1011011 | 1100010 | 100100 | 111 | 0 | 111111 | 111110 | 1000011 | 101110 | 11010 |
Color Harmonies of #5B6224
Complementary color
Monochromatic Colors of #5B6224
Black with #5B6224
Text Example
Text Example
White with #5B6224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6224; }
p { color: rgb(91,98,36); }
H1.HeaderClassName
{
color: #5B6224;
}
.AnyTagClassName
{
color: #5B6224;
}
</style>
background-color css
<style>
a { background-color: #5B6224; }
a { background-color: rgb(91,98,36); }
div.DivClassName
{
background-color: #5B6224;
}
.BgClassName
{
background-color: #5B6224;
}
</style>
border-color css
<style>
span { border-color: #5B6224; }
span { border-color: rgb(91,98,36); }
td.TdClassName
{
border-color: #5B6224;
}
.TagClassName
{
border-color: #5B6224;
}
</style>