Shades of Saratoga #5B6531
Tints of Saratoga #5B6531
RGB
CMYK
RGB Variations
Color information
#5B6531 (or 0x5B6531) is known color: Saratoga. HEX triplet: 5B, 65 and 31. RGB value is (91,101,49). Sum of RGB (Red+Green+Blue) = 91+101+49=241 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.76% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 101 - color contains mainly: green. Hex color #5B6531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6531 is #A49ACE. Grayscale: #5C5C5C. Windows color (decimal): -10787535 or 3237211. OLE color: 3237211.
HSL color Cylindrical-coordinate representation of color #5B6531: hue angle of 71.54º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B6531 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 101 | 49 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.60 |
| HSL | 71.54º | 0.35% | 0.29% | - |
| HSV(B) | 71.54º | 0.51% | 0.4% | - |
| XYZ | 9.52 | 11.75 | 4.67 | - |
| YUV | 92.08 | 103.69 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 101 | 49 | 0.10 | 0 | 0.51 | 0.60 | 71.54 | 0.35 | 0.29 |
| Hex | 5B | 65 | 31 | A | 0 | 33 | 3C | 48 | 23 | 1D |
| Octal | 133 | 145 | 61 | 12 | 0 | 63 | 74 | 110 | 43 | 35 |
| Binary | 1011011 | 1100101 | 110001 | 1010 | 0 | 110011 | 111100 | 1001000 | 100011 | 11101 |
Color Harmonies of #5B6531
Complementary color
Monochromatic Colors of #5B6531
Black with #5B6531
Text Example
Text Example
White with #5B6531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6531; }
p { color: rgb(91,101,49); }
H1.HeaderClassName
{
color: #5B6531;
}
.AnyTagClassName
{
color: #5B6531;
}
</style>
background-color css
<style>
a { background-color: #5B6531; }
a { background-color: rgb(91,101,49); }
div.DivClassName
{
background-color: #5B6531;
}
.BgClassName
{
background-color: #5B6531;
}
</style>
border-color css
<style>
span { border-color: #5B6531; }
span { border-color: rgb(91,101,49); }
td.TdClassName
{
border-color: #5B6531;
}
.TagClassName
{
border-color: #5B6531;
}
</style>