Shades of Saratoga #5C6531
Tints of Saratoga #5C6531
RGB
CMYK
RGB Variations
Color information
#5C6531 (or 0x5C6531) is known color: Saratoga. HEX triplet: 5C, 65 and 31. RGB value is (92,101,49). Sum of RGB (Red+Green+Blue) = 92+101+49=242 (32% of max value = 765). Red value is 92 (36.33% from 255 or 38.02% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 101 - color contains mainly: green. Hex color #5C6531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6531 is #A39ACE. Grayscale: #5C5C5C. Windows color (decimal): -10721999 or 3237212. OLE color: 3237212.
HSL color Cylindrical-coordinate representation of color #5C6531: hue angle of 70.38º 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 #5C6531 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 101 | 49 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.60 |
| HSL | 70.38º | 0.35% | 0.29% | - |
| HSV(B) | 70.38º | 0.51% | 0.4% | - |
| XYZ | 9.62 | 11.8 | 4.68 | - |
| YUV | 92.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 101 | 49 | 0.09 | 0 | 0.51 | 0.60 | 70.38 | 0.35 | 0.29 |
| Hex | 5C | 65 | 31 | 9 | 0 | 33 | 3C | 46 | 23 | 1D |
| Octal | 134 | 145 | 61 | 11 | 0 | 63 | 74 | 106 | 43 | 35 |
| Binary | 1011100 | 1100101 | 110001 | 1001 | 0 | 110011 | 111100 | 1000110 | 100011 | 11101 |
Color Harmonies of #5C6531
Complementary color
Monochromatic Colors of #5C6531
Black with #5C6531
Text Example
Text Example
White with #5C6531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6531; }
p { color: rgb(92,101,49); }
H1.HeaderClassName
{
color: #5C6531;
}
.AnyTagClassName
{
color: #5C6531;
}
</style>
background-color css
<style>
a { background-color: #5C6531; }
a { background-color: rgb(92,101,49); }
div.DivClassName
{
background-color: #5C6531;
}
.BgClassName
{
background-color: #5C6531;
}
</style>
border-color css
<style>
span { border-color: #5C6531; }
span { border-color: rgb(92,101,49); }
td.TdClassName
{
border-color: #5C6531;
}
.TagClassName
{
border-color: #5C6531;
}
</style>