Shades of Saratoga #5D6332
Tints of Saratoga #5D6332
RGB
CMYK
RGB Variations
Color information
#5D6332 (or 0x5D6332) is known color: Saratoga. HEX triplet: 5D, 63 and 32. RGB value is (93,99,50). Sum of RGB (Red+Green+Blue) = 93+99+50=242 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.43% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 99 - color contains mainly: green. Hex color #5D6332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6332 is #A29CCD. Grayscale: #5B5B5B. Windows color (decimal): -10656974 or 3302237. OLE color: 3302237.
HSL color Cylindrical-coordinate representation of color #5D6332: hue angle of 67.35º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5D6332 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 93 | 99 | 50 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.61 |
| HSL | 67.35º | 0.33% | 0.29% | - |
| HSV(B) | 67.35º | 0.49% | 0.39% | - |
| XYZ | 9.55 | 11.48 | 4.73 | - |
| YUV | 91.62 | 104.51 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 99 | 50 | 0.06 | 0 | 0.49 | 0.61 | 67.35 | 0.33 | 0.29 |
| Hex | 5D | 63 | 32 | 6 | 0 | 31 | 3D | 43 | 21 | 1D |
| Octal | 135 | 143 | 62 | 6 | 0 | 61 | 75 | 103 | 41 | 35 |
| Binary | 1011101 | 1100011 | 110010 | 110 | 0 | 110001 | 111101 | 1000011 | 100001 | 11101 |
Color Harmonies of #5D6332
Complementary color
Monochromatic Colors of #5D6332
Black with #5D6332
Text Example
Text Example
White with #5D6332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6332; }
p { color: rgb(93,99,50); }
H1.HeaderClassName
{
color: #5D6332;
}
.AnyTagClassName
{
color: #5D6332;
}
</style>
background-color css
<style>
a { background-color: #5D6332; }
a { background-color: rgb(93,99,50); }
div.DivClassName
{
background-color: #5D6332;
}
.BgClassName
{
background-color: #5D6332;
}
</style>
border-color css
<style>
span { border-color: #5D6332; }
span { border-color: rgb(93,99,50); }
td.TdClassName
{
border-color: #5D6332;
}
.TagClassName
{
border-color: #5D6332;
}
</style>