Shades of Saratoga #595F33
Tints of Saratoga #595F33
RGB
CMYK
RGB Variations
Color information
#595F33 (or 0x595F33) is known color: Saratoga. HEX triplet: 59, 5F and 33. RGB value is (89,95,51). Sum of RGB (Red+Green+Blue) = 89+95+51=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 95 (37.5% from 255 or 40.43% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 95 - color contains mainly: green. Hex color #595F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595F33 is #A6A0CC. Grayscale: #585858. Windows color (decimal): -10920141 or 3366745. OLE color: 3366745.
HSL color Cylindrical-coordinate representation of color #595F33: hue angle of 68.18º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #595F33 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 95 | 51 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.63 |
| HSL | 68.18º | 0.3% | 0.29% | - |
| HSV(B) | 68.18º | 0.46% | 0.37% | - |
| XYZ | 8.81 | 10.55 | 4.7 | - |
| YUV | 88.19 | 107.01 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 51 | 0.06 | 0 | 0.46 | 0.63 | 68.18 | 0.3 | 0.29 |
| Hex | 59 | 5F | 33 | 6 | 0 | 2E | 3F | 44 | 1E | 1D |
| Octal | 131 | 137 | 63 | 6 | 0 | 56 | 77 | 104 | 36 | 35 |
| Binary | 1011001 | 1011111 | 110011 | 110 | 0 | 101110 | 111111 | 1000100 | 11110 | 11101 |
Color Harmonies of #595F33
Complementary color
Monochromatic Colors of #595F33
Black with #595F33
Text Example
Text Example
White with #595F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595F33; }
p { color: rgb(89,95,51); }
H1.HeaderClassName
{
color: #595F33;
}
.AnyTagClassName
{
color: #595F33;
}
</style>
background-color css
<style>
a { background-color: #595F33; }
a { background-color: rgb(89,95,51); }
div.DivClassName
{
background-color: #595F33;
}
.BgClassName
{
background-color: #595F33;
}
</style>
border-color css
<style>
span { border-color: #595F33; }
span { border-color: rgb(89,95,51); }
td.TdClassName
{
border-color: #595F33;
}
.TagClassName
{
border-color: #595F33;
}
</style>