Shades of Saratoga #5A5D36
Tints of Saratoga #5A5D36
RGB
CMYK
RGB Variations
Color information
#5A5D36 (or 0x5A5D36) is known color: Saratoga. HEX triplet: 5A, 5D and 36. RGB value is (90,93,54). Sum of RGB (Red+Green+Blue) = 90+93+54=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 93 - color contains mainly: green. Hex color #5A5D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5D36 is #A5A2C9. Grayscale: #575757. Windows color (decimal): -10855114 or 3562842. OLE color: 3562842.
HSL color Cylindrical-coordinate representation of color #5A5D36: hue angle of 64.62º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A5D36 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 93 | 54 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.64 |
| HSL | 64.62º | 0.27% | 0.29% | - |
| HSV(B) | 64.62º | 0.42% | 0.36% | - |
| XYZ | 8.8 | 10.27 | 5.01 | - |
| YUV | 87.66 | 109.01 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 93 | 54 | 0.03 | 0 | 0.42 | 0.64 | 64.62 | 0.27 | 0.29 |
| Hex | 5A | 5D | 36 | 3 | 0 | 2A | 40 | 41 | 1B | 1D |
| Octal | 132 | 135 | 66 | 3 | 0 | 52 | 100 | 101 | 33 | 35 |
| Binary | 1011010 | 1011101 | 110110 | 11 | 0 | 101010 | 1000000 | 1000001 | 11011 | 11101 |
Color Harmonies of #5A5D36
Complementary color
Monochromatic Colors of #5A5D36
Black with #5A5D36
Text Example
Text Example
White with #5A5D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5D36; }
p { color: rgb(90,93,54); }
H1.HeaderClassName
{
color: #5A5D36;
}
.AnyTagClassName
{
color: #5A5D36;
}
</style>
background-color css
<style>
a { background-color: #5A5D36; }
a { background-color: rgb(90,93,54); }
div.DivClassName
{
background-color: #5A5D36;
}
.BgClassName
{
background-color: #5A5D36;
}
</style>
border-color css
<style>
span { border-color: #5A5D36; }
span { border-color: rgb(90,93,54); }
td.TdClassName
{
border-color: #5A5D36;
}
.TagClassName
{
border-color: #5A5D36;
}
</style>