Shades of Saratoga #5B5D27
Tints of Saratoga #5B5D27
RGB
CMYK
RGB Variations
Color information
#5B5D27 (or 0x5B5D27) is known color: Saratoga. HEX triplet: 5B, 5D and 27. RGB value is (91,93,39). Sum of RGB (Red+Green+Blue) = 91+93+39=223 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.81% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 93 - color contains mainly: green. Hex color #5B5D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5D27 is #A4A2D8. Grayscale: #565656. Windows color (decimal): -10789593 or 2579803. OLE color: 2579803.
HSL color Cylindrical-coordinate representation of color #5B5D27: hue angle of 62.22º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B5D27 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 93 | 39 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.64 |
| HSL | 62.22º | 0.41% | 0.26% | - |
| HSV(B) | 62.22º | 0.58% | 0.36% | - |
| XYZ | 8.59 | 10.2 | 3.44 | - |
| YUV | 86.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 93 | 39 | 0.02 | 0 | 0.58 | 0.64 | 62.22 | 0.41 | 0.26 |
| Hex | 5B | 5D | 27 | 2 | 0 | 3A | 40 | 3E | 29 | 1A |
| Octal | 133 | 135 | 47 | 2 | 0 | 72 | 100 | 76 | 51 | 32 |
| Binary | 1011011 | 1011101 | 100111 | 10 | 0 | 111010 | 1000000 | 111110 | 101001 | 11010 |
Color Harmonies of #5B5D27
Complementary color
Monochromatic Colors of #5B5D27
Black with #5B5D27
Text Example
Text Example
White with #5B5D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5D27; }
p { color: rgb(91,93,39); }
H1.HeaderClassName
{
color: #5B5D27;
}
.AnyTagClassName
{
color: #5B5D27;
}
</style>
background-color css
<style>
a { background-color: #5B5D27; }
a { background-color: rgb(91,93,39); }
div.DivClassName
{
background-color: #5B5D27;
}
.BgClassName
{
background-color: #5B5D27;
}
</style>
border-color css
<style>
span { border-color: #5B5D27; }
span { border-color: rgb(91,93,39); }
td.TdClassName
{
border-color: #5B5D27;
}
.TagClassName
{
border-color: #5B5D27;
}
</style>