Shades of Saratoga #5B6225
Tints of Saratoga #5B6225
RGB
CMYK
RGB Variations
Color information
#5B6225 (or 0x5B6225) is known color: Saratoga. HEX triplet: 5B, 62 and 25. RGB value is (91,98,37). Sum of RGB (Red+Green+Blue) = 91+98+37=226 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.27% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 98 - color contains mainly: green. Hex color #5B6225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6225 is #A49DDA. Grayscale: #595959. Windows color (decimal): -10788315 or 2450011. OLE color: 2450011.
HSL color Cylindrical-coordinate representation of color #5B6225: hue angle of 66.89º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B6225 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 98 | 37 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.62 |
| HSL | 66.89º | 0.45% | 0.26% | - |
| HSV(B) | 66.89º | 0.62% | 0.38% | - |
| XYZ | 9.02 | 11.09 | 3.42 | - |
| YUV | 88.95 | 98.68 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 98 | 37 | 0.07 | 0 | 0.62 | 0.62 | 66.89 | 0.45 | 0.26 |
| Hex | 5B | 62 | 25 | 7 | 0 | 3E | 3E | 43 | 2D | 1A |
| Octal | 133 | 142 | 45 | 7 | 0 | 76 | 76 | 103 | 55 | 32 |
| Binary | 1011011 | 1100010 | 100101 | 111 | 0 | 111110 | 111110 | 1000011 | 101101 | 11010 |
Color Harmonies of #5B6225
Complementary color
Monochromatic Colors of #5B6225
Black with #5B6225
Text Example
Text Example
White with #5B6225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6225; }
p { color: rgb(91,98,37); }
H1.HeaderClassName
{
color: #5B6225;
}
.AnyTagClassName
{
color: #5B6225;
}
</style>
background-color css
<style>
a { background-color: #5B6225; }
a { background-color: rgb(91,98,37); }
div.DivClassName
{
background-color: #5B6225;
}
.BgClassName
{
background-color: #5B6225;
}
</style>
border-color css
<style>
span { border-color: #5B6225; }
span { border-color: rgb(91,98,37); }
td.TdClassName
{
border-color: #5B6225;
}
.TagClassName
{
border-color: #5B6225;
}
</style>