Shades of Saratoga #5B6236
Tints of Saratoga #5B6236
RGB
CMYK
RGB Variations
Color information
#5B6236 (or 0x5B6236) is known color: Saratoga. HEX triplet: 5B, 62 and 36. RGB value is (91,98,54). Sum of RGB (Red+Green+Blue) = 91+98+54=243 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.45% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 98 - color contains mainly: green. Hex color #5B6236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6236 is #A49DC9. Grayscale: #5B5B5B. Windows color (decimal): -10788298 or 3564123. OLE color: 3564123.
HSL color Cylindrical-coordinate representation of color #5B6236: hue angle of 69.55º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B6236 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 98 | 54 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.62 |
| HSL | 69.55º | 0.29% | 0.3% | - |
| HSV(B) | 69.55º | 0.45% | 0.38% | - |
| XYZ | 9.35 | 11.23 | 5.16 | - |
| YUV | 90.89 | 107.18 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 98 | 54 | 0.07 | 0 | 0.45 | 0.62 | 69.55 | 0.29 | 0.3 |
| Hex | 5B | 62 | 36 | 7 | 0 | 2D | 3E | 46 | 1D | 1E |
| Octal | 133 | 142 | 66 | 7 | 0 | 55 | 76 | 106 | 35 | 36 |
| Binary | 1011011 | 1100010 | 110110 | 111 | 0 | 101101 | 111110 | 1000110 | 11101 | 11110 |
Color Harmonies of #5B6236
Complementary color
Monochromatic Colors of #5B6236
Black with #5B6236
Text Example
Text Example
White with #5B6236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6236; }
p { color: rgb(91,98,54); }
H1.HeaderClassName
{
color: #5B6236;
}
.AnyTagClassName
{
color: #5B6236;
}
</style>
background-color css
<style>
a { background-color: #5B6236; }
a { background-color: rgb(91,98,54); }
div.DivClassName
{
background-color: #5B6236;
}
.BgClassName
{
background-color: #5B6236;
}
</style>
border-color css
<style>
span { border-color: #5B6236; }
span { border-color: rgb(91,98,54); }
td.TdClassName
{
border-color: #5B6236;
}
.TagClassName
{
border-color: #5B6236;
}
</style>