Shades of Saratoga #5B602D
Tints of Saratoga #5B602D
RGB
CMYK
RGB Variations
Color information
#5B602D (or 0x5B602D) is known color: Saratoga. HEX triplet: 5B, 60 and 2D. RGB value is (91,96,45). Sum of RGB (Red+Green+Blue) = 91+96+45=232 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.22% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #5B602D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B602D is #A49FD2. Grayscale: #585858. Windows color (decimal): -10788819 or 2973787. OLE color: 2973787.
HSL color Cylindrical-coordinate representation of color #5B602D: hue angle of 65.88º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B602D is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 96 | 45 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.62 |
| HSL | 65.88º | 0.36% | 0.28% | - |
| HSV(B) | 65.88º | 0.53% | 0.38% | - |
| XYZ | 8.97 | 10.78 | 4.09 | - |
| YUV | 88.69 | 103.34 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 96 | 45 | 0.05 | 0 | 0.53 | 0.62 | 65.88 | 0.36 | 0.28 |
| Hex | 5B | 60 | 2D | 5 | 0 | 35 | 3E | 42 | 24 | 1C |
| Octal | 133 | 140 | 55 | 5 | 0 | 65 | 76 | 102 | 44 | 34 |
| Binary | 1011011 | 1100000 | 101101 | 101 | 0 | 110101 | 111110 | 1000010 | 100100 | 11100 |
Color Harmonies of #5B602D
Complementary color
Monochromatic Colors of #5B602D
Black with #5B602D
Text Example
Text Example
White with #5B602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B602D; }
p { color: rgb(91,96,45); }
H1.HeaderClassName
{
color: #5B602D;
}
.AnyTagClassName
{
color: #5B602D;
}
</style>
background-color css
<style>
a { background-color: #5B602D; }
a { background-color: rgb(91,96,45); }
div.DivClassName
{
background-color: #5B602D;
}
.BgClassName
{
background-color: #5B602D;
}
</style>
border-color css
<style>
span { border-color: #5B602D; }
span { border-color: rgb(91,96,45); }
td.TdClassName
{
border-color: #5B602D;
}
.TagClassName
{
border-color: #5B602D;
}
</style>