Shades of Saratoga #575833
Tints of Saratoga #575833
RGB
CMYK
RGB Variations
Color information
#575833 (or 0x575833) is known color: Saratoga. HEX triplet: 57, 58 and 33. RGB value is (87,88,51). Sum of RGB (Red+Green+Blue) = 87+88+51=226 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.50% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 88 - color contains mainly: green. Hex color #575833 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575833 is #A8A7CC. Grayscale: #535353. Windows color (decimal): -11053005 or 3364951. OLE color: 3364951.
HSL color Cylindrical-coordinate representation of color #575833: hue angle of 61.62º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #575833 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 88 | 51 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.65 |
| HSL | 61.62º | 0.27% | 0.27% | - |
| HSV(B) | 61.62º | 0.42% | 0.35% | - |
| XYZ | 8.02 | 9.24 | 4.49 | - |
| YUV | 83.48 | 109.67 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 51 | 0.01 | 0 | 0.42 | 0.65 | 61.62 | 0.27 | 0.27 |
| Hex | 57 | 58 | 33 | 1 | 0 | 2A | 41 | 3E | 1B | 1B |
| Octal | 127 | 130 | 63 | 1 | 0 | 52 | 101 | 76 | 33 | 33 |
| Binary | 1010111 | 1011000 | 110011 | 1 | 0 | 101010 | 1000001 | 111110 | 11011 | 11011 |
Color Harmonies of #575833
Complementary color
Monochromatic Colors of #575833
Black with #575833
Text Example
Text Example
White with #575833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575833; }
p { color: rgb(87,88,51); }
H1.HeaderClassName
{
color: #575833;
}
.AnyTagClassName
{
color: #575833;
}
</style>
background-color css
<style>
a { background-color: #575833; }
a { background-color: rgb(87,88,51); }
div.DivClassName
{
background-color: #575833;
}
.BgClassName
{
background-color: #575833;
}
</style>
border-color css
<style>
span { border-color: #575833; }
span { border-color: rgb(87,88,51); }
td.TdClassName
{
border-color: #575833;
}
.TagClassName
{
border-color: #575833;
}
</style>