Shades of Saratoga #5B5C2F
Tints of Saratoga #5B5C2F
RGB
CMYK
RGB Variations
Color information
#5B5C2F (or 0x5B5C2F) is known color: Saratoga. HEX triplet: 5B, 5C and 2F. RGB value is (91,92,47). Sum of RGB (Red+Green+Blue) = 91+92+47=230 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.57% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 92 - color contains mainly: green. Hex color #5B5C2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5C2F is #A4A3D0. Grayscale: #565656. Windows color (decimal): -10789841 or 3103835. OLE color: 3103835.
HSL color Cylindrical-coordinate representation of color #5B5C2F: hue angle of 61.33º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B5C2F is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 92 | 47 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.64 |
| HSL | 61.33º | 0.32% | 0.27% | - |
| HSV(B) | 61.33º | 0.49% | 0.36% | - |
| XYZ | 8.65 | 10.08 | 4.18 | - |
| YUV | 86.57 | 105.67 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 92 | 47 | 0.01 | 0 | 0.49 | 0.64 | 61.33 | 0.32 | 0.27 |
| Hex | 5B | 5C | 2F | 1 | 0 | 31 | 40 | 3D | 20 | 1B |
| Octal | 133 | 134 | 57 | 1 | 0 | 61 | 100 | 75 | 40 | 33 |
| Binary | 1011011 | 1011100 | 101111 | 1 | 0 | 110001 | 1000000 | 111101 | 100000 | 11011 |
Color Harmonies of #5B5C2F
Complementary color
Monochromatic Colors of #5B5C2F
Black with #5B5C2F
Text Example
Text Example
White with #5B5C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5C2F; }
p { color: rgb(91,92,47); }
H1.HeaderClassName
{
color: #5B5C2F;
}
.AnyTagClassName
{
color: #5B5C2F;
}
</style>
background-color css
<style>
a { background-color: #5B5C2F; }
a { background-color: rgb(91,92,47); }
div.DivClassName
{
background-color: #5B5C2F;
}
.BgClassName
{
background-color: #5B5C2F;
}
</style>
border-color css
<style>
span { border-color: #5B5C2F; }
span { border-color: rgb(91,92,47); }
td.TdClassName
{
border-color: #5B5C2F;
}
.TagClassName
{
border-color: #5B5C2F;
}
</style>