Shades of Saratoga #5E6531
Tints of Saratoga #5E6531
RGB
CMYK
RGB Variations
Color information
#5E6531 (or 0x5E6531) is known color: Saratoga. HEX triplet: 5E, 65 and 31. RGB value is (94,101,49). Sum of RGB (Red+Green+Blue) = 94+101+49=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 101 (39.84% from 255 or 41.39% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 101 - color contains mainly: green. Hex color #5E6531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6531 is #A19ACE. Grayscale: #5D5D5D. Windows color (decimal): -10590927 or 3237214. OLE color: 3237214.
HSL color Cylindrical-coordinate representation of color #5E6531: hue angle of 68.08º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E6531 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 101 | 49 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.60 |
| HSL | 68.08º | 0.35% | 0.29% | - |
| HSV(B) | 68.08º | 0.51% | 0.4% | - |
| XYZ | 9.82 | 11.91 | 4.69 | - |
| YUV | 92.98 | 103.18 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 101 | 49 | 0.07 | 0 | 0.51 | 0.60 | 68.08 | 0.35 | 0.29 |
| Hex | 5E | 65 | 31 | 7 | 0 | 33 | 3C | 44 | 23 | 1D |
| Octal | 136 | 145 | 61 | 7 | 0 | 63 | 74 | 104 | 43 | 35 |
| Binary | 1011110 | 1100101 | 110001 | 111 | 0 | 110011 | 111100 | 1000100 | 100011 | 11101 |
Color Harmonies of #5E6531
Complementary color
Monochromatic Colors of #5E6531
Black with #5E6531
Text Example
Text Example
White with #5E6531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6531; }
p { color: rgb(94,101,49); }
H1.HeaderClassName
{
color: #5E6531;
}
.AnyTagClassName
{
color: #5E6531;
}
</style>
background-color css
<style>
a { background-color: #5E6531; }
a { background-color: rgb(94,101,49); }
div.DivClassName
{
background-color: #5E6531;
}
.BgClassName
{
background-color: #5E6531;
}
</style>
border-color css
<style>
span { border-color: #5E6531; }
span { border-color: rgb(94,101,49); }
td.TdClassName
{
border-color: #5E6531;
}
.TagClassName
{
border-color: #5E6531;
}
</style>