Shades of Saratoga #556023
Tints of Saratoga #556023
RGB
CMYK
RGB Variations
Color information
#556023 (or 0x556023) is known color: Saratoga. HEX triplet: 55, 60 and 23. RGB value is (85,96,35). Sum of RGB (Red+Green+Blue) = 85+96+35=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #556023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556023 is #AA9FDC. Grayscale: #555555. Windows color (decimal): -11182045 or 2318421. OLE color: 2318421.
HSL color Cylindrical-coordinate representation of color #556023: hue angle of 70.82º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #556023 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 96 | 35 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.62 |
| HSL | 70.82º | 0.47% | 0.26% | - |
| HSV(B) | 70.82º | 0.64% | 0.38% | - |
| XYZ | 8.23 | 10.42 | 3.17 | - |
| YUV | 85.76 | 99.36 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 35 | 0.11 | 0 | 0.64 | 0.62 | 70.82 | 0.47 | 0.26 |
| Hex | 55 | 60 | 23 | B | 0 | 40 | 3E | 47 | 2F | 1A |
| Octal | 125 | 140 | 43 | 13 | 0 | 100 | 76 | 107 | 57 | 32 |
| Binary | 1010101 | 1100000 | 100011 | 1011 | 0 | 1000000 | 111110 | 1000111 | 101111 | 11010 |
Color Harmonies of #556023
Complementary color
Monochromatic Colors of #556023
Black with #556023
Text Example
Text Example
White with #556023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556023; }
p { color: rgb(85,96,35); }
H1.HeaderClassName
{
color: #556023;
}
.AnyTagClassName
{
color: #556023;
}
</style>
background-color css
<style>
a { background-color: #556023; }
a { background-color: rgb(85,96,35); }
div.DivClassName
{
background-color: #556023;
}
.BgClassName
{
background-color: #556023;
}
</style>
border-color css
<style>
span { border-color: #556023; }
span { border-color: rgb(85,96,35); }
td.TdClassName
{
border-color: #556023;
}
.TagClassName
{
border-color: #556023;
}
</style>