Shades of Saratoga #585A1C
Tints of Saratoga #585A1C
RGB
CMYK
RGB Variations
Color information
#585A1C (or 0x585A1C) is known color: Saratoga. HEX triplet: 58, 5A and 1C. RGB value is (88,90,28). Sum of RGB (Red+Green+Blue) = 88+90+28=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 90 - color contains mainly: green. Hex color #585A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585A1C is #A7A5E3. Grayscale: #525252. Windows color (decimal): -10986980 or 1858136. OLE color: 1858136.
HSL color Cylindrical-coordinate representation of color #585A1C: hue angle of 61.94º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #585A1C is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 90 | 28 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.65 |
| HSL | 61.94º | 0.53% | 0.23% | - |
| HSV(B) | 61.94º | 0.69% | 0.35% | - |
| XYZ | 7.89 | 9.47 | 2.51 | - |
| YUV | 82.33 | 97.34 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 28 | 0.02 | 0 | 0.69 | 0.65 | 61.94 | 0.53 | 0.23 |
| Hex | 58 | 5A | 1C | 2 | 0 | 45 | 41 | 3E | 35 | 17 |
| Octal | 130 | 132 | 34 | 2 | 0 | 105 | 101 | 76 | 65 | 27 |
| Binary | 1011000 | 1011010 | 11100 | 10 | 0 | 1000101 | 1000001 | 111110 | 110101 | 10111 |
Color Harmonies of #585A1C
Complementary color
Monochromatic Colors of #585A1C
Black with #585A1C
Text Example
Text Example
White with #585A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585A1C; }
p { color: rgb(88,90,28); }
H1.HeaderClassName
{
color: #585A1C;
}
.AnyTagClassName
{
color: #585A1C;
}
</style>
background-color css
<style>
a { background-color: #585A1C; }
a { background-color: rgb(88,90,28); }
div.DivClassName
{
background-color: #585A1C;
}
.BgClassName
{
background-color: #585A1C;
}
</style>
border-color css
<style>
span { border-color: #585A1C; }
span { border-color: rgb(88,90,28); }
td.TdClassName
{
border-color: #585A1C;
}
.TagClassName
{
border-color: #585A1C;
}
</style>