Shades of Saratoga #585F23
Tints of Saratoga #585F23
RGB
CMYK
RGB Variations
Color information
#585F23 (or 0x585F23) is known color: Saratoga. HEX triplet: 58, 5F and 23. RGB value is (88,95,35). Sum of RGB (Red+Green+Blue) = 88+95+35=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 95 (37.5% from 255 or 43.58% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 95 - color contains mainly: green. Hex color #585F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585F23 is #A7A0DC. Grayscale: #565656. Windows color (decimal): -10985693 or 2318168. OLE color: 2318168.
HSL color Cylindrical-coordinate representation of color #585F23: hue angle of 67º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #585F23 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 88 | 95 | 35 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.63 |
| HSL | 67º | 0.46% | 0.25% | - |
| HSV(B) | 67º | 0.63% | 0.37% | - |
| XYZ | 8.42 | 10.38 | 3.15 | - |
| YUV | 86.07 | 99.18 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 95 | 35 | 0.07 | 0 | 0.63 | 0.63 | 67 | 0.46 | 0.25 |
| Hex | 58 | 5F | 23 | 7 | 0 | 3F | 3F | 43 | 2E | 19 |
| Octal | 130 | 137 | 43 | 7 | 0 | 77 | 77 | 103 | 56 | 31 |
| Binary | 1011000 | 1011111 | 100011 | 111 | 0 | 111111 | 111111 | 1000011 | 101110 | 11001 |
Color Harmonies of #585F23
Complementary color
Monochromatic Colors of #585F23
Black with #585F23
Text Example
Text Example
White with #585F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585F23; }
p { color: rgb(88,95,35); }
H1.HeaderClassName
{
color: #585F23;
}
.AnyTagClassName
{
color: #585F23;
}
</style>
background-color css
<style>
a { background-color: #585F23; }
a { background-color: rgb(88,95,35); }
div.DivClassName
{
background-color: #585F23;
}
.BgClassName
{
background-color: #585F23;
}
</style>
border-color css
<style>
span { border-color: #585F23; }
span { border-color: rgb(88,95,35); }
td.TdClassName
{
border-color: #585F23;
}
.TagClassName
{
border-color: #585F23;
}
</style>