Shades of Saratoga #5B5D21
Tints of Saratoga #5B5D21
RGB
CMYK
RGB Variations
Color information
#5B5D21 (or 0x5B5D21) is known color: Saratoga. HEX triplet: 5B, 5D and 21. RGB value is (91,93,33). Sum of RGB (Red+Green+Blue) = 91+93+33=217 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.94% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 33 (13.28% from 255 or 15.21% from 217); Max value from RGB is 93 - color contains mainly: green. Hex color #5B5D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5D21 is #A4A2DE. Grayscale: #555555. Windows color (decimal): -10789599 or 2186587. OLE color: 2186587.
HSL color Cylindrical-coordinate representation of color #5B5D21: hue angle of 62º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B5D21 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 93 | 33 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.64 |
| HSL | 62º | 0.48% | 0.25% | - |
| HSV(B) | 62º | 0.65% | 0.36% | - |
| XYZ | 8.5 | 10.16 | 2.95 | - |
| YUV | 85.56 | 98.34 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 93 | 33 | 0.02 | 0 | 0.65 | 0.64 | 62 | 0.48 | 0.25 |
| Hex | 5B | 5D | 21 | 2 | 0 | 41 | 40 | 3E | 30 | 19 |
| Octal | 133 | 135 | 41 | 2 | 0 | 101 | 100 | 76 | 60 | 31 |
| Binary | 1011011 | 1011101 | 100001 | 10 | 0 | 1000001 | 1000000 | 111110 | 110000 | 11001 |
Color Harmonies of #5B5D21
Complementary color
Monochromatic Colors of #5B5D21
Black with #5B5D21
Text Example
Text Example
White with #5B5D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5D21; }
p { color: rgb(91,93,33); }
H1.HeaderClassName
{
color: #5B5D21;
}
.AnyTagClassName
{
color: #5B5D21;
}
</style>
background-color css
<style>
a { background-color: #5B5D21; }
a { background-color: rgb(91,93,33); }
div.DivClassName
{
background-color: #5B5D21;
}
.BgClassName
{
background-color: #5B5D21;
}
</style>
border-color css
<style>
span { border-color: #5B5D21; }
span { border-color: rgb(91,93,33); }
td.TdClassName
{
border-color: #5B5D21;
}
.TagClassName
{
border-color: #5B5D21;
}
</style>