Shades of Saratoga #585A27
Tints of Saratoga #585A27
RGB
CMYK
RGB Variations
Color information
#585A27 (or 0x585A27) is known color: Saratoga. HEX triplet: 58, 5A and 27. RGB value is (88,90,39). Sum of RGB (Red+Green+Blue) = 88+90+39=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 39 (15.62% from 255 or 17.97% from 217); Max value from RGB is 90 - color contains mainly: green. Hex color #585A27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585A27 is #A7A5D8. Grayscale: #535353. Windows color (decimal): -10986969 or 2579032. OLE color: 2579032.
HSL color Cylindrical-coordinate representation of color #585A27: hue angle of 62.35º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #585A27 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 90 | 39 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.65 |
| HSL | 62.35º | 0.4% | 0.25% | - |
| HSV(B) | 62.35º | 0.57% | 0.35% | - |
| XYZ | 8.05 | 9.53 | 3.34 | - |
| YUV | 83.59 | 102.84 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 39 | 0.02 | 0 | 0.57 | 0.65 | 62.35 | 0.4 | 0.25 |
| Hex | 58 | 5A | 27 | 2 | 0 | 39 | 41 | 3E | 28 | 19 |
| Octal | 130 | 132 | 47 | 2 | 0 | 71 | 101 | 76 | 50 | 31 |
| Binary | 1011000 | 1011010 | 100111 | 10 | 0 | 111001 | 1000001 | 111110 | 101000 | 11001 |
Color Harmonies of #585A27
Complementary color
Monochromatic Colors of #585A27
Black with #585A27
Text Example
Text Example
White with #585A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585A27; }
p { color: rgb(88,90,39); }
H1.HeaderClassName
{
color: #585A27;
}
.AnyTagClassName
{
color: #585A27;
}
</style>
background-color css
<style>
a { background-color: #585A27; }
a { background-color: rgb(88,90,39); }
div.DivClassName
{
background-color: #585A27;
}
.BgClassName
{
background-color: #585A27;
}
</style>
border-color css
<style>
span { border-color: #585A27; }
span { border-color: rgb(88,90,39); }
td.TdClassName
{
border-color: #585A27;
}
.TagClassName
{
border-color: #585A27;
}
</style>