Shades of Saratoga #5B5D36
Tints of Saratoga #5B5D36
RGB
CMYK
RGB Variations
Color information
#5B5D36 (or 0x5B5D36) is known color: Saratoga. HEX triplet: 5B, 5D and 36. RGB value is (91,93,54). Sum of RGB (Red+Green+Blue) = 91+93+54=238 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.24% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 54 (21.48% from 255 or 22.69% from 238); Max value from RGB is 93 - color contains mainly: green. Hex color #5B5D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5D36 is #A4A2C9. Grayscale: #585858. Windows color (decimal): -10789578 or 3562843. OLE color: 3562843.
HSL color Cylindrical-coordinate representation of color #5B5D36: hue angle of 63.08º 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 #5B5D36 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 93 | 54 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.64 |
| HSL | 63.08º | 0.27% | 0.29% | - |
| HSV(B) | 63.08º | 0.42% | 0.36% | - |
| XYZ | 8.89 | 10.32 | 5.01 | - |
| YUV | 87.96 | 108.84 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 93 | 54 | 0.02 | 0 | 0.42 | 0.64 | 63.08 | 0.27 | 0.29 |
| Hex | 5B | 5D | 36 | 2 | 0 | 2A | 40 | 3F | 1B | 1D |
| Octal | 133 | 135 | 66 | 2 | 0 | 52 | 100 | 77 | 33 | 35 |
| Binary | 1011011 | 1011101 | 110110 | 10 | 0 | 101010 | 1000000 | 111111 | 11011 | 11101 |
Color Harmonies of #5B5D36
Complementary color
Monochromatic Colors of #5B5D36
Black with #5B5D36
Text Example
Text Example
White with #5B5D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5D36; }
p { color: rgb(91,93,54); }
H1.HeaderClassName
{
color: #5B5D36;
}
.AnyTagClassName
{
color: #5B5D36;
}
</style>
background-color css
<style>
a { background-color: #5B5D36; }
a { background-color: rgb(91,93,54); }
div.DivClassName
{
background-color: #5B5D36;
}
.BgClassName
{
background-color: #5B5D36;
}
</style>
border-color css
<style>
span { border-color: #5B5D36; }
span { border-color: rgb(91,93,54); }
td.TdClassName
{
border-color: #5B5D36;
}
.TagClassName
{
border-color: #5B5D36;
}
</style>