Shades of Saratoga #585B26
Tints of Saratoga #585B26
RGB
CMYK
RGB Variations
Color information
#585B26 (or 0x585B26) is known color: Saratoga. HEX triplet: 58, 5B and 26. RGB value is (88,91,38). Sum of RGB (Red+Green+Blue) = 88+91+38=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 91 (35.94% from 255 or 41.94% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 91 - color contains mainly: green. Hex color #585B26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585B26 is #A7A4D9. Grayscale: #545454. Windows color (decimal): -10986714 or 2513752. OLE color: 2513752.
HSL color Cylindrical-coordinate representation of color #585B26: hue angle of 63.4º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #585B26 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 91 | 38 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.64 |
| HSL | 63.4º | 0.41% | 0.25% | - |
| HSV(B) | 63.4º | 0.58% | 0.36% | - |
| XYZ | 8.12 | 9.7 | 3.28 | - |
| YUV | 84.06 | 102.01 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 38 | 0.03 | 0 | 0.58 | 0.64 | 63.4 | 0.41 | 0.25 |
| Hex | 58 | 5B | 26 | 3 | 0 | 3A | 40 | 3F | 29 | 19 |
| Octal | 130 | 133 | 46 | 3 | 0 | 72 | 100 | 77 | 51 | 31 |
| Binary | 1011000 | 1011011 | 100110 | 11 | 0 | 111010 | 1000000 | 111111 | 101001 | 11001 |
Color Harmonies of #585B26
Complementary color
Monochromatic Colors of #585B26
Black with #585B26
Text Example
Text Example
White with #585B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585B26; }
p { color: rgb(88,91,38); }
H1.HeaderClassName
{
color: #585B26;
}
.AnyTagClassName
{
color: #585B26;
}
</style>
background-color css
<style>
a { background-color: #585B26; }
a { background-color: rgb(88,91,38); }
div.DivClassName
{
background-color: #585B26;
}
.BgClassName
{
background-color: #585B26;
}
</style>
border-color css
<style>
span { border-color: #585B26; }
span { border-color: rgb(88,91,38); }
td.TdClassName
{
border-color: #585B26;
}
.TagClassName
{
border-color: #585B26;
}
</style>