Shades of Saratoga #5C5E33
Tints of Saratoga #5C5E33
RGB
CMYK
RGB Variations
Color information
#5C5E33 (or 0x5C5E33) is known color: Saratoga. HEX triplet: 5C, 5E and 33. RGB value is (92,94,51). Sum of RGB (Red+Green+Blue) = 92+94+51=237 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.82% from 237); Green value is 94 (37.11% from 255 or 39.66% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 94 - color contains mainly: green. Hex color #5C5E33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5E33 is #A3A1CC. Grayscale: #585858. Windows color (decimal): -10723789 or 3366492. OLE color: 3366492.
HSL color Cylindrical-coordinate representation of color #5C5E33: hue angle of 62.79º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C5E33 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 92 | 94 | 51 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.63 |
| HSL | 62.79º | 0.3% | 0.28% | - |
| HSV(B) | 62.79º | 0.46% | 0.37% | - |
| XYZ | 9.01 | 10.52 | 4.69 | - |
| YUV | 88.5 | 106.84 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 94 | 51 | 0.02 | 0 | 0.46 | 0.63 | 62.79 | 0.3 | 0.28 |
| Hex | 5C | 5E | 33 | 2 | 0 | 2E | 3F | 3F | 1E | 1C |
| Octal | 134 | 136 | 63 | 2 | 0 | 56 | 77 | 77 | 36 | 34 |
| Binary | 1011100 | 1011110 | 110011 | 10 | 0 | 101110 | 111111 | 111111 | 11110 | 11100 |
Color Harmonies of #5C5E33
Complementary color
Monochromatic Colors of #5C5E33
Black with #5C5E33
Text Example
Text Example
White with #5C5E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5E33; }
p { color: rgb(92,94,51); }
H1.HeaderClassName
{
color: #5C5E33;
}
.AnyTagClassName
{
color: #5C5E33;
}
</style>
background-color css
<style>
a { background-color: #5C5E33; }
a { background-color: rgb(92,94,51); }
div.DivClassName
{
background-color: #5C5E33;
}
.BgClassName
{
background-color: #5C5E33;
}
</style>
border-color css
<style>
span { border-color: #5C5E33; }
span { border-color: rgb(92,94,51); }
td.TdClassName
{
border-color: #5C5E33;
}
.TagClassName
{
border-color: #5C5E33;
}
</style>