Shades of Saratoga #5D6031
Tints of Saratoga #5D6031
RGB
CMYK
RGB Variations
Color information
#5D6031 (or 0x5D6031) is known color: Saratoga. HEX triplet: 5D, 60 and 31. RGB value is (93,96,49). Sum of RGB (Red+Green+Blue) = 93+96+49=238 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.08% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #5D6031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6031 is #A29FCE. Grayscale: #595959. Windows color (decimal): -10657743 or 3235933. OLE color: 3235933.
HSL color Cylindrical-coordinate representation of color #5D6031: hue angle of 63.83º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5D6031 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 96 | 49 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.62 |
| HSL | 63.83º | 0.32% | 0.28% | - |
| HSV(B) | 63.83º | 0.49% | 0.38% | - |
| XYZ | 9.25 | 10.91 | 4.52 | - |
| YUV | 89.75 | 105.01 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 96 | 49 | 0.03 | 0 | 0.49 | 0.62 | 63.83 | 0.32 | 0.28 |
| Hex | 5D | 60 | 31 | 3 | 0 | 31 | 3E | 40 | 20 | 1C |
| Octal | 135 | 140 | 61 | 3 | 0 | 61 | 76 | 100 | 40 | 34 |
| Binary | 1011101 | 1100000 | 110001 | 11 | 0 | 110001 | 111110 | 1000000 | 100000 | 11100 |
Color Harmonies of #5D6031
Complementary color
Monochromatic Colors of #5D6031
Black with #5D6031
Text Example
Text Example
White with #5D6031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6031; }
p { color: rgb(93,96,49); }
H1.HeaderClassName
{
color: #5D6031;
}
.AnyTagClassName
{
color: #5D6031;
}
</style>
background-color css
<style>
a { background-color: #5D6031; }
a { background-color: rgb(93,96,49); }
div.DivClassName
{
background-color: #5D6031;
}
.BgClassName
{
background-color: #5D6031;
}
</style>
border-color css
<style>
span { border-color: #5D6031; }
span { border-color: rgb(93,96,49); }
td.TdClassName
{
border-color: #5D6031;
}
.TagClassName
{
border-color: #5D6031;
}
</style>