Shades of Saratoga #555F23
Tints of Saratoga #555F23
RGB
CMYK
RGB Variations
Color information
#555F23 (or 0x555F23) is known color: Saratoga. HEX triplet: 55, 5F and 23. RGB value is (85,95,35). Sum of RGB (Red+Green+Blue) = 85+95+35=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 95 (37.5% from 255 or 44.19% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 95 - color contains mainly: green. Hex color #555F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555F23 is #AAA0DC. Grayscale: #555555. Windows color (decimal): -11182301 or 2318165. OLE color: 2318165.
HSL color Cylindrical-coordinate representation of color #555F23: hue angle of 70º 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 #555F23 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 95 | 35 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.63 |
| HSL | 70º | 0.46% | 0.25% | - |
| HSV(B) | 70º | 0.63% | 0.37% | - |
| XYZ | 8.14 | 10.24 | 3.14 | - |
| YUV | 85.17 | 99.69 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 35 | 0.11 | 0 | 0.63 | 0.63 | 70 | 0.46 | 0.25 |
| Hex | 55 | 5F | 23 | B | 0 | 3F | 3F | 46 | 2E | 19 |
| Octal | 125 | 137 | 43 | 13 | 0 | 77 | 77 | 106 | 56 | 31 |
| Binary | 1010101 | 1011111 | 100011 | 1011 | 0 | 111111 | 111111 | 1000110 | 101110 | 11001 |
Color Harmonies of #555F23
Complementary color
Monochromatic Colors of #555F23
Black with #555F23
Text Example
Text Example
White with #555F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F23; }
p { color: rgb(85,95,35); }
H1.HeaderClassName
{
color: #555F23;
}
.AnyTagClassName
{
color: #555F23;
}
</style>
background-color css
<style>
a { background-color: #555F23; }
a { background-color: rgb(85,95,35); }
div.DivClassName
{
background-color: #555F23;
}
.BgClassName
{
background-color: #555F23;
}
</style>
border-color css
<style>
span { border-color: #555F23; }
span { border-color: rgb(85,95,35); }
td.TdClassName
{
border-color: #555F23;
}
.TagClassName
{
border-color: #555F23;
}
</style>