Shades of Saratoga #575D33
Tints of Saratoga #575D33
RGB
CMYK
RGB Variations
Color information
#575D33 (or 0x575D33) is known color: Saratoga. HEX triplet: 57, 5D and 33. RGB value is (87,93,51). Sum of RGB (Red+Green+Blue) = 87+93+51=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 93 - color contains mainly: green. Hex color #575D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575D33 is #A8A2CC. Grayscale: #565656. Windows color (decimal): -11051725 or 3366231. OLE color: 3366231.
HSL color Cylindrical-coordinate representation of color #575D33: hue angle of 68.57º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #575D33 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 93 | 51 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.64 |
| HSL | 68.57º | 0.29% | 0.28% | - |
| HSV(B) | 68.57º | 0.45% | 0.36% | - |
| XYZ | 8.44 | 10.09 | 4.64 | - |
| YUV | 86.42 | 108.01 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 51 | 0.06 | 0 | 0.45 | 0.64 | 68.57 | 0.29 | 0.28 |
| Hex | 57 | 5D | 33 | 6 | 0 | 2D | 40 | 45 | 1D | 1C |
| Octal | 127 | 135 | 63 | 6 | 0 | 55 | 100 | 105 | 35 | 34 |
| Binary | 1010111 | 1011101 | 110011 | 110 | 0 | 101101 | 1000000 | 1000101 | 11101 | 11100 |
Color Harmonies of #575D33
Complementary color
Monochromatic Colors of #575D33
Black with #575D33
Text Example
Text Example
White with #575D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575D33; }
p { color: rgb(87,93,51); }
H1.HeaderClassName
{
color: #575D33;
}
.AnyTagClassName
{
color: #575D33;
}
</style>
background-color css
<style>
a { background-color: #575D33; }
a { background-color: rgb(87,93,51); }
div.DivClassName
{
background-color: #575D33;
}
.BgClassName
{
background-color: #575D33;
}
</style>
border-color css
<style>
span { border-color: #575D33; }
span { border-color: rgb(87,93,51); }
td.TdClassName
{
border-color: #575D33;
}
.TagClassName
{
border-color: #575D33;
}
</style>