Shades of Saratoga #595B36
Tints of Saratoga #595B36
RGB
CMYK
RGB Variations
Color information
#595B36 (or 0x595B36) is known color: Saratoga. HEX triplet: 59, 5B and 36. RGB value is (89,91,54). Sum of RGB (Red+Green+Blue) = 89+91+54=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 91 - color contains mainly: green. Hex color #595B36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595B36 is #A6A4C9. Grayscale: #565656. Windows color (decimal): -10921162 or 3562329. OLE color: 3562329.
HSL color Cylindrical-coordinate representation of color #595B36: hue angle of 63.24º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #595B36 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 91 | 54 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.64 |
| HSL | 63.24º | 0.26% | 0.28% | - |
| HSV(B) | 63.24º | 0.41% | 0.36% | - |
| XYZ | 8.53 | 9.87 | 4.95 | - |
| YUV | 86.18 | 109.84 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 54 | 0.02 | 0 | 0.41 | 0.64 | 63.24 | 0.26 | 0.28 |
| Hex | 59 | 5B | 36 | 2 | 0 | 29 | 40 | 3F | 1A | 1C |
| Octal | 131 | 133 | 66 | 2 | 0 | 51 | 100 | 77 | 32 | 34 |
| Binary | 1011001 | 1011011 | 110110 | 10 | 0 | 101001 | 1000000 | 111111 | 11010 | 11100 |
Color Harmonies of #595B36
Complementary color
Monochromatic Colors of #595B36
Black with #595B36
Text Example
Text Example
White with #595B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595B36; }
p { color: rgb(89,91,54); }
H1.HeaderClassName
{
color: #595B36;
}
.AnyTagClassName
{
color: #595B36;
}
</style>
background-color css
<style>
a { background-color: #595B36; }
a { background-color: rgb(89,91,54); }
div.DivClassName
{
background-color: #595B36;
}
.BgClassName
{
background-color: #595B36;
}
</style>
border-color css
<style>
span { border-color: #595B36; }
span { border-color: rgb(89,91,54); }
td.TdClassName
{
border-color: #595B36;
}
.TagClassName
{
border-color: #595B36;
}
</style>