Shades of Saratoga #5D6030
Tints of Saratoga #5D6030
RGB
CMYK
RGB Variations
Color information
#5D6030 (or 0x5D6030) is known color: Saratoga. HEX triplet: 5D, 60 and 30. RGB value is (93,96,48). Sum of RGB (Red+Green+Blue) = 93+96+48=237 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.24% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #5D6030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6030 is #A29FCF. Grayscale: #595959. Windows color (decimal): -10657744 or 3170397. OLE color: 3170397.
HSL color Cylindrical-coordinate representation of color #5D6030: hue angle of 63.75º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D6030 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 96 | 48 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.62 |
| HSL | 63.75º | 0.33% | 0.28% | - |
| HSV(B) | 63.75º | 0.5% | 0.38% | - |
| XYZ | 9.23 | 10.91 | 4.41 | - |
| YUV | 89.63 | 104.51 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 96 | 48 | 0.03 | 0 | 0.50 | 0.62 | 63.75 | 0.33 | 0.28 |
| Hex | 5D | 60 | 30 | 3 | 0 | 32 | 3E | 40 | 21 | 1C |
| Octal | 135 | 140 | 60 | 3 | 0 | 62 | 76 | 100 | 41 | 34 |
| Binary | 1011101 | 1100000 | 110000 | 11 | 0 | 110010 | 111110 | 1000000 | 100001 | 11100 |
Color Harmonies of #5D6030
Complementary color
Monochromatic Colors of #5D6030
Black with #5D6030
Text Example
Text Example
White with #5D6030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6030; }
p { color: rgb(93,96,48); }
H1.HeaderClassName
{
color: #5D6030;
}
.AnyTagClassName
{
color: #5D6030;
}
</style>
background-color css
<style>
a { background-color: #5D6030; }
a { background-color: rgb(93,96,48); }
div.DivClassName
{
background-color: #5D6030;
}
.BgClassName
{
background-color: #5D6030;
}
</style>
border-color css
<style>
span { border-color: #5D6030; }
span { border-color: rgb(93,96,48); }
td.TdClassName
{
border-color: #5D6030;
}
.TagClassName
{
border-color: #5D6030;
}
</style>