Shades of Saratoga #585D33
Tints of Saratoga #585D33
RGB
CMYK
RGB Variations
Color information
#585D33 (or 0x585D33) is known color: Saratoga. HEX triplet: 58, 5D and 33. RGB value is (88,93,51). Sum of RGB (Red+Green+Blue) = 88+93+51=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 93 - color contains mainly: green. Hex color #585D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585D33 is #A7A2CC. Grayscale: #565656. Windows color (decimal): -10986189 or 3366232. OLE color: 3366232.
HSL color Cylindrical-coordinate representation of color #585D33: hue angle of 67.14º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #585D33 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 93 | 51 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.64 |
| HSL | 67.14º | 0.29% | 0.28% | - |
| HSV(B) | 67.14º | 0.45% | 0.36% | - |
| XYZ | 8.54 | 10.14 | 4.64 | - |
| YUV | 86.72 | 107.84 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 93 | 51 | 0.05 | 0 | 0.45 | 0.64 | 67.14 | 0.29 | 0.28 |
| Hex | 58 | 5D | 33 | 5 | 0 | 2D | 40 | 43 | 1D | 1C |
| Octal | 130 | 135 | 63 | 5 | 0 | 55 | 100 | 103 | 35 | 34 |
| Binary | 1011000 | 1011101 | 110011 | 101 | 0 | 101101 | 1000000 | 1000011 | 11101 | 11100 |
Color Harmonies of #585D33
Complementary color
Monochromatic Colors of #585D33
Black with #585D33
Text Example
Text Example
White with #585D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585D33; }
p { color: rgb(88,93,51); }
H1.HeaderClassName
{
color: #585D33;
}
.AnyTagClassName
{
color: #585D33;
}
</style>
background-color css
<style>
a { background-color: #585D33; }
a { background-color: rgb(88,93,51); }
div.DivClassName
{
background-color: #585D33;
}
.BgClassName
{
background-color: #585D33;
}
</style>
border-color css
<style>
span { border-color: #585D33; }
span { border-color: rgb(88,93,51); }
td.TdClassName
{
border-color: #585D33;
}
.TagClassName
{
border-color: #585D33;
}
</style>