Shades of Saratoga #585B28
Tints of Saratoga #585B28
RGB
CMYK
RGB Variations
Color information
#585B28 (or 0x585B28) is known color: Saratoga. HEX triplet: 58, 5B and 28. RGB value is (88,91,40). Sum of RGB (Red+Green+Blue) = 88+91+40=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 91 (35.94% from 255 or 41.55% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 91 - color contains mainly: green. Hex color #585B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585B28 is #A7A4D7. Grayscale: #545454. Windows color (decimal): -10986712 or 2644824. OLE color: 2644824.
HSL color Cylindrical-coordinate representation of color #585B28: hue angle of 63.53º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #585B28 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 91 | 40 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.64 |
| HSL | 63.53º | 0.39% | 0.26% | - |
| HSV(B) | 63.53º | 0.56% | 0.36% | - |
| XYZ | 8.15 | 9.71 | 3.45 | - |
| YUV | 84.29 | 103.01 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 40 | 0.03 | 0 | 0.56 | 0.64 | 63.53 | 0.39 | 0.26 |
| Hex | 58 | 5B | 28 | 3 | 0 | 38 | 40 | 40 | 27 | 1A |
| Octal | 130 | 133 | 50 | 3 | 0 | 70 | 100 | 100 | 47 | 32 |
| Binary | 1011000 | 1011011 | 101000 | 11 | 0 | 111000 | 1000000 | 1000000 | 100111 | 11010 |
Color Harmonies of #585B28
Complementary color
Monochromatic Colors of #585B28
Black with #585B28
Text Example
Text Example
White with #585B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585B28; }
p { color: rgb(88,91,40); }
H1.HeaderClassName
{
color: #585B28;
}
.AnyTagClassName
{
color: #585B28;
}
</style>
background-color css
<style>
a { background-color: #585B28; }
a { background-color: rgb(88,91,40); }
div.DivClassName
{
background-color: #585B28;
}
.BgClassName
{
background-color: #585B28;
}
</style>
border-color css
<style>
span { border-color: #585B28; }
span { border-color: rgb(88,91,40); }
td.TdClassName
{
border-color: #585B28;
}
.TagClassName
{
border-color: #585B28;
}
</style>