Shades of Saratoga #595A33
Tints of Saratoga #595A33
RGB
CMYK
RGB Variations
Color information
#595A33 (or 0x595A33) is known color: Saratoga. HEX triplet: 59, 5A and 33. RGB value is (89,90,51). Sum of RGB (Red+Green+Blue) = 89+90+51=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 90 - color contains mainly: green. Hex color #595A33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595A33 is #A6A5CC. Grayscale: #555555. Windows color (decimal): -10921421 or 3365465. OLE color: 3365465.
HSL color Cylindrical-coordinate representation of color #595A33: hue angle of 61.54º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #595A33 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 90 | 51 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.65 |
| HSL | 61.54º | 0.28% | 0.28% | - |
| HSV(B) | 61.54º | 0.43% | 0.35% | - |
| XYZ | 8.37 | 9.68 | 4.56 | - |
| YUV | 85.26 | 108.67 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 51 | 0.01 | 0 | 0.43 | 0.65 | 61.54 | 0.28 | 0.28 |
| Hex | 59 | 5A | 33 | 1 | 0 | 2B | 41 | 3E | 1C | 1C |
| Octal | 131 | 132 | 63 | 1 | 0 | 53 | 101 | 76 | 34 | 34 |
| Binary | 1011001 | 1011010 | 110011 | 1 | 0 | 101011 | 1000001 | 111110 | 11100 | 11100 |
Color Harmonies of #595A33
Complementary color
Monochromatic Colors of #595A33
Black with #595A33
Text Example
Text Example
White with #595A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595A33; }
p { color: rgb(89,90,51); }
H1.HeaderClassName
{
color: #595A33;
}
.AnyTagClassName
{
color: #595A33;
}
</style>
background-color css
<style>
a { background-color: #595A33; }
a { background-color: rgb(89,90,51); }
div.DivClassName
{
background-color: #595A33;
}
.BgClassName
{
background-color: #595A33;
}
</style>
border-color css
<style>
span { border-color: #595A33; }
span { border-color: rgb(89,90,51); }
td.TdClassName
{
border-color: #595A33;
}
.TagClassName
{
border-color: #595A33;
}
</style>