Shades of Saratoga #585F1A
Tints of Saratoga #585F1A
RGB
CMYK
RGB Variations
Color information
#585F1A (or 0x585F1A) is known color: Saratoga. HEX triplet: 58, 5F and 1A. RGB value is (88,95,26). Sum of RGB (Red+Green+Blue) = 88+95+26=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 95 - color contains mainly: green. Hex color #585F1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585F1A is #A7A0E5. Grayscale: #555555. Windows color (decimal): -10985702 or 1728344. OLE color: 1728344.
HSL color Cylindrical-coordinate representation of color #585F1A: hue angle of 66.09º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #585F1A is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 88 | 95 | 26 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.63 |
| HSL | 66.09º | 0.57% | 0.24% | - |
| HSV(B) | 66.09º | 0.73% | 0.37% | - |
| XYZ | 8.3 | 10.33 | 2.53 | - |
| YUV | 85.04 | 94.68 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 95 | 26 | 0.07 | 0 | 0.73 | 0.63 | 66.09 | 0.57 | 0.24 |
| Hex | 58 | 5F | 1A | 7 | 0 | 49 | 3F | 42 | 39 | 18 |
| Octal | 130 | 137 | 32 | 7 | 0 | 111 | 77 | 102 | 71 | 30 |
| Binary | 1011000 | 1011111 | 11010 | 111 | 0 | 1001001 | 111111 | 1000010 | 111001 | 11000 |
Color Harmonies of #585F1A
Complementary color
Monochromatic Colors of #585F1A
Black with #585F1A
Text Example
Text Example
White with #585F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585F1A; }
p { color: rgb(88,95,26); }
H1.HeaderClassName
{
color: #585F1A;
}
.AnyTagClassName
{
color: #585F1A;
}
</style>
background-color css
<style>
a { background-color: #585F1A; }
a { background-color: rgb(88,95,26); }
div.DivClassName
{
background-color: #585F1A;
}
.BgClassName
{
background-color: #585F1A;
}
</style>
border-color css
<style>
span { border-color: #585F1A; }
span { border-color: rgb(88,95,26); }
td.TdClassName
{
border-color: #585F1A;
}
.TagClassName
{
border-color: #585F1A;
}
</style>