Shades of Saratoga #5D6531
Tints of Saratoga #5D6531
RGB
CMYK
RGB Variations
Color information
#5D6531 (or 0x5D6531) is known color: Saratoga. HEX triplet: 5D, 65 and 31. RGB value is (93,101,49). Sum of RGB (Red+Green+Blue) = 93+101+49=243 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.27% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 101 - color contains mainly: green. Hex color #5D6531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6531 is #A29ACE. Grayscale: #5C5C5C. Windows color (decimal): -10656463 or 3237213. OLE color: 3237213.
HSL color Cylindrical-coordinate representation of color #5D6531: hue angle of 69.23º 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 #5D6531 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 101 | 49 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.60 |
| HSL | 69.23º | 0.35% | 0.29% | - |
| HSV(B) | 69.23º | 0.51% | 0.4% | - |
| XYZ | 9.72 | 11.86 | 4.68 | - |
| YUV | 92.68 | 103.35 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 101 | 49 | 0.08 | 0 | 0.51 | 0.60 | 69.23 | 0.35 | 0.29 |
| Hex | 5D | 65 | 31 | 8 | 0 | 33 | 3C | 45 | 23 | 1D |
| Octal | 135 | 145 | 61 | 10 | 0 | 63 | 74 | 105 | 43 | 35 |
| Binary | 1011101 | 1100101 | 110001 | 1000 | 0 | 110011 | 111100 | 1000101 | 100011 | 11101 |
Color Harmonies of #5D6531
Complementary color
Monochromatic Colors of #5D6531
Black with #5D6531
Text Example
Text Example
White with #5D6531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6531; }
p { color: rgb(93,101,49); }
H1.HeaderClassName
{
color: #5D6531;
}
.AnyTagClassName
{
color: #5D6531;
}
</style>
background-color css
<style>
a { background-color: #5D6531; }
a { background-color: rgb(93,101,49); }
div.DivClassName
{
background-color: #5D6531;
}
.BgClassName
{
background-color: #5D6531;
}
</style>
border-color css
<style>
span { border-color: #5D6531; }
span { border-color: rgb(93,101,49); }
td.TdClassName
{
border-color: #5D6531;
}
.TagClassName
{
border-color: #5D6531;
}
</style>